Skip to content

Commit 3683bcf

Browse files
authored
Prepare 0.5.0 release (#43)
1 parent b9992cf commit 3683bcf

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +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).
11+
The latest published Vello SVG release is [0.5.0](#050-2024-11-18) which was released on 2024-11-18.
12+
You can find its changes [documented below](#050-2024-11-18).
1313

1414
## [Unreleased][]
1515

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

18+
## [0.5.0][] (2024-11-18)
19+
20+
This release has an [MSRV][] of 1.75.
21+
1822
### Changed
1923

2024
- Updated to usvg 0.44.0 ([#42] by [@nicoburns])
@@ -104,6 +108,7 @@ This release has an [MSRV][] of 1.75.
104108
[@MarijnS95]: https://github.com/MarijnS95
105109
[@DasLixou]: https://github.com/DasLixou
106110

111+
[#42]: https://github.com/linebender/vello_svg/pull/42
107112
[#34]: https://github.com/linebender/vello_svg/pull/34
108113
[#31]: https://github.com/linebender/vello_svg/pull/31
109114
[#26]: https://github.com/linebender/vello_svg/pull/26
@@ -116,7 +121,9 @@ This release has an [MSRV][] of 1.75.
116121
[#6]: https://github.com/linebender/vello_svg/pull/6
117122
[#1]: https://github.com/linebender/vello_svg/pull/1
118123

119-
[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.3.1...HEAD
124+
[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.5.0...HEAD
125+
[0.5.0]: https://github.com/linebender/vello_svg/compare/v0.4.0...v0.5.0
126+
[0.4.0]: https://github.com/linebender/vello_svg/compare/v0.3.1...v0.4.0
120127
[0.3.1]: https://github.com/linebender/vello_svg/compare/v0.3.0...v0.3.1
121128
[0.3.0]: https://github.com/linebender/vello_svg/compare/v0.2.0...v0.3.0
122129
[0.2.0]: https://github.com/linebender/vello_svg/compare/v0.1.0...v0.2.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.0"
7+
version = "0.5.0"
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)