From f0203d560f05bda2a6cf123b3762c4f093cfed7f Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Fri, 9 Jan 2026 11:08:29 +0000 Subject: [PATCH 1/2] Prepare v0.6.0 release --- CHANGELOG.md | 11 ++++++++--- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a1fcb..50632ed 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" From ae0b2fa1179278ebfc6b9192e8d08e10014e1eaa Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:59:34 +0000 Subject: [PATCH 2/2] Remove strange forward slash Co-authored-by: Kaur Kuut --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50632ed..c323111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -215,7 +215,7 @@ This release has an [MSRV] of 1.70. [@waywardmonkeys]: https://github.com/waywardmonkeys [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.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