Skip to content

Commit

Permalink
[RELEASE] chore: update to v0.3.1 (#29)
Browse files Browse the repository at this point in the history
Fix the changelog format of previous releases.

Release version 0.3.1.

---------

Co-authored-by: Daniel McNab <[email protected]>
  • Loading branch information
simbleau and DJMcNab authored Jul 29, 2024
1 parent 6237999 commit 3cc2bf6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
-->

The latest published Vello SVG release is [0.3.1](#031-2024-07-29) which was released on 2024-07-29.
You can find its changes [documented below](#031-2024-07-29).

## [Unreleased][]

This release has an [MSRV][] of 1.75.

## [0.3.1][] (2024-07-29)

This release has an [MSRV][] of 1.75.

### Added

- Support for rendering basic text ([#26] by [@nicoburns])
Expand Down Expand Up @@ -93,9 +100,10 @@ This release has an [MSRV][] of 1.75.
[#6]: https://github.com/linebender/vello_svg/pull/6
[#1]: https://github.com/linebender/vello_svg/pull/1

[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/linebender/vello_svg/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/linebender/vello_svg/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/linebender/vello_svg/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/linebender/vello_svg/releases/tag/v0.1.0

[MSRV]: README.md#minimum-supported-rust-version-msrv
[MSRV]: README.md#minimum-supported-rust-version-msrv
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["examples/with_winit", "examples/run_wasm", "examples/scenes"]

[workspace.package]
edition = "2021"
version = "0.3.0"
version = "0.3.1"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/linebender/vello_svg"
# Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml, with the relevant README.md files
Expand Down

0 comments on commit 3cc2bf6

Please sign in to comment.