From 3683bcfa720df365a7a45de2e122db410f2246fc Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Mon, 18 Nov 2024 14:07:54 +1300 Subject: [PATCH] Prepare 0.5.0 release (#43) --- CHANGELOG.md | 13 ++++++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd7f24..4a49fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +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). +The latest published Vello SVG release is [0.5.0](#050-2024-11-18) which was released on 2024-11-18. +You can find its changes [documented below](#050-2024-11-18). ## [Unreleased][] This release has an [MSRV][] of 1.75. +## [0.5.0][] (2024-11-18) + +This release has an [MSRV][] of 1.75. + ### Changed - Updated to usvg 0.44.0 ([#42] by [@nicoburns]) @@ -104,6 +108,7 @@ This release has an [MSRV][] of 1.75. [@MarijnS95]: https://github.com/MarijnS95 [@DasLixou]: https://github.com/DasLixou +[#42]: https://github.com/linebender/vello_svg/pull/42 [#34]: https://github.com/linebender/vello_svg/pull/34 [#31]: https://github.com/linebender/vello_svg/pull/31 [#26]: https://github.com/linebender/vello_svg/pull/26 @@ -116,7 +121,9 @@ 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.1...HEAD +[Unreleased]: https://github.com/linebender/vello_svg/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/linebender/vello_svg/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/linebender/vello_svg/compare/v0.3.1...v0.4.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 9d28fbb..7beed4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2626,7 +2626,7 @@ dependencies = [ [[package]] name = "vello_svg" -version = "0.4.0" +version = "0.5.0" dependencies = [ "image", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index b25a4c2..93b3e4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["examples/with_winit", "examples/run_wasm", "examples/scenes"] [workspace.package] edition = "2021" -version = "0.4.0" +version = "0.5.0" 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