Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][])
Expand Down Expand Up @@ -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
<!-- Note that this still comparing against 0.4.0, because 0.4.1 is a cherry-picked patch -->
[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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down