Skip to content

Commit

Permalink
Release 0.2 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Sep 19, 2024
1 parent a759e61 commit 29d2486
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
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.1.1](#011-2024-05-27) which was released on 2024-05-27.
You can find its changes [documented below](#011-2024-05-27).
The latest published Peniko release is [0.2.0](#020-2024-09-19) which was released on 2024-09-19.
You can find its changes [documented below](#020-2024-09-19).

## [Unreleased]

This release has an [MSRV] of 1.70.

## [0.2.0][] (2024-09-19)

This release has an [MSRV] of 1.70.

### Added

- Breaking: An `alpha` multiplier to `Image` ([#40][] by [@DJMcNab][])
Expand Down Expand Up @@ -55,6 +59,7 @@ This release has an [MSRV] of 1.70.
[@ratmice]: https://github.com/ratmice
[@waywardmonkeys]: https://github.com/waywardmonkeys

[Unreleased]: https://github.com/linebender/peniko/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/linebender/peniko/compare/v0.2.0...HEAD
[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
[0.1.0]: https://github.com/linebender/peniko/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion 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.1.1"
version = "0.2.0"
license = "Apache-2.0 OR MIT"
edition = "2021"
description = "Primitive types for styling vector graphics"
Expand Down

0 comments on commit 29d2486

Please sign in to comment.