Skip to content

Commit

Permalink
Update to Color 0.2.3, release Peniko 0.3.1 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jan 20, 2025
1 parent 7f33280 commit 243d859
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
-->

The latest published Peniko release is [0.3.0](#030-2024-12-18) which was released on 2024-12-18.
You can find its changes [documented below](#030-2024-12-18).
The latest published Peniko release is [0.3.1](#030-2025-01-20) which was released on 2025-01-20.
You can find its changes [documented below](#030-2025-01-20).

## [Unreleased]

This release has an [MSRV] of 1.82.

## [0.3.1][] (2025-01-20)

This release has an [MSRV] of 1.82.

### Changed

- Update to `color` 0.2.3. ([#95][] by [@waywardmonkeys][])

## [0.3.0][] (2024-12-18)

This release has an [MSRV] of 1.82.
Expand Down Expand Up @@ -99,13 +107,15 @@ This release has an [MSRV] of 1.70.
[#77]: https://github.com/linebender/peniko/pull/77
[#82]: https://github.com/linebender/peniko/pull/82
[#87]: https://github.com/linebender/peniko/pull/87
[#95]: https://github.com/linebender/peniko/pull/95

[@dfrg]: https://github.com/dfrg
[@DJMcNab]: https://github.com/DJMcNab
[@ratmice]: https://github.com/ratmice
[@waywardmonkeys]: https://github.com/waywardmonkeys

[Unreleased]: https://github.com/linebender/peniko/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/linebender/peniko/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/linebender/peniko/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/linebender/peniko/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/linebender/peniko/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/linebender/peniko/compare/v0.1.0...v0.1.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
Expand Up @@ -38,7 +38,7 @@ optional = true
default-features = false

[dependencies.color]
version = "0.2.2"
version = "0.2.3"
default-features = false

[dependencies.serde]
Expand Down

0 comments on commit 243d859

Please sign in to comment.