From 601376cf9398a871543e4afa33a3b1e261582480 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 15 May 2026 11:51:46 +0700 Subject: [PATCH] Release 0.6.1 --- CHANGELOG.md | 11 ++++++++--- Cargo.lock | 2 +- peniko/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d460bbf..8bd2e08 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.6.0](#060-2026-01-09) which was released on 2026-01-09. -You can find its changes [documented below](#060-2026-01-09). +The latest published Peniko release is [0.6.1](#061-2026-05-15) which was released on 2026-05-15. +You can find its changes [documented below](#061-2026-05-15). ## [Unreleased] This release has an [MSRV] of 1.85. +## [0.6.1][] (2026-05-15) + +This release has an [MSRV] of 1.85. + ### Added - `BlendMode::is_destructive` now reports whether a blend mode can make destructive changes to the backdrop. ([#166][] by [@waywardmonkeys][]) @@ -227,7 +231,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.6.0...HEAD +[Unreleased]: https://github.com/linebender/peniko/compare/v0.6.1...HEAD +[0.6.1]: https://github.com/linebender/peniko/compare/v0.6.0...v0.6.1 [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 diff --git a/Cargo.lock b/Cargo.lock index 5ccde59..c7a943f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "peniko" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bytemuck", "color", diff --git a/peniko/Cargo.toml b/peniko/Cargo.toml index c4089fe..d0de0be 100644 --- a/peniko/Cargo.toml +++ b/peniko/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peniko" -version = "0.6.0" +version = "0.6.1" edition.workspace = true license.workspace = true repository.workspace = true