diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a1fcb..c323111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe --> -The latest published Peniko release is [0.5.0](#050-2025-10-01) which was released on 2025-10-01. -You can find its changes [documented below](#050-2025-10-01). +The latest published Peniko release is [0.6.0](#060-2026-01-09) which was released on 2026-01-09. +You can find its changes [documented below](#060-2026-01-09). ## [Unreleased] This release has an [MSRV] of 1.85. +## [0.6.0][] (2026-01-09) + +This release has an [MSRV] of 1.85. + ### Added - Derive `Eq` and `Hash` on `InterpolationAlphaSpace`. ([#148][] by [@sagudev][]) @@ -210,7 +214,8 @@ This release has an [MSRV] of 1.70. [@tomcur]: https://github.com/tomcur [@waywardmonkeys]: https://github.com/waywardmonkeys -[Unreleased]: https://github.com/linebender/peniko/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/linebender/peniko/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/linebender/peniko/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/linebender/peniko/compare/v0.4.0...v0.5.0 [0.4.1]: https://github.com/linebender/peniko/compare/v0.4.0...v0.4.1 diff --git a/Cargo.lock b/Cargo.lock index b9f0afc..f113cbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "arrayvec" @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "peniko" -version = "0.5.0" +version = "0.6.0" dependencies = [ "bytemuck", "color", diff --git a/Cargo.toml b/Cargo.toml index 17cc15e..1eff631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peniko" -version = "0.5.0" +version = "0.6.0" license = "Apache-2.0 OR MIT" edition = "2024" description = "Primitive types for styling vector graphics"