diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a4af5..2885f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,20 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe ### Added +... + +### Changed + +... + +### Fixed + +... + +## 0.1.1 (2024-05-27) + +### Added + - [#26](https://github.com/linebender/peniko/pull/26) - Add `serde` feature to enable serde support by [@ratmice](https://github.com/ratmice) ## 0.1.0 (2024-02-15) diff --git a/Cargo.lock b/Cargo.lock index 7357767..bb7812c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "peniko" -version = "0.1.0" +version = "0.1.1" dependencies = [ "kurbo", "serde", diff --git a/Cargo.toml b/Cargo.toml index 5fc456a..48e545f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peniko" -version = "0.1.0" +version = "0.1.1" license = "Apache-2.0 OR MIT" edition = "2021" description = "Primitive types for styling vector graphics"