Skip to content

Commit 3cc2bf6

Browse files
nuzzlesDJMcNab
andauthored
[RELEASE] chore: update to v0.3.1 (#29)
Fix the changelog format of previous releases. Release version 0.3.1. --------- Co-authored-by: Daniel McNab <[email protected]>
1 parent 6237999 commit 3cc2bf6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
88
99
-->
1010

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

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

18+
## [0.3.1][] (2024-07-29)
19+
20+
This release has an [MSRV][] of 1.75.
21+
1522
### Added
1623

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

96-
[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.3.0...HEAD
103+
[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.3.1...HEAD
104+
[0.3.1]: https://github.com/linebender/vello_svg/compare/v0.3.0...v0.3.1
97105
[0.3.0]: https://github.com/linebender/vello_svg/compare/v0.2.0...v0.3.0
98106
[0.2.0]: https://github.com/linebender/vello_svg/compare/v0.1.0...v0.2.0
99107
[0.1.0]: https://github.com/linebender/vello_svg/releases/tag/v0.1.0
100108

101-
[MSRV]: README.md#minimum-supported-rust-version-msrv
109+
[MSRV]: README.md#minimum-supported-rust-version-msrv

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["examples/with_winit", "examples/run_wasm", "examples/scenes"]
44

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

0 commit comments

Comments
 (0)