From 21dd9f60803b12b838ba6cf18f72960e23efffdd Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Wed, 14 Aug 2024 09:47:48 -0400 Subject: [PATCH] v0.6.1 (#79) Must merge #77 first. --------- Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> --- CHANGELOG.md | 11 ++++++++--- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df78c46..9b88dc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe --> -The latest published Bevy Vello release is [0.5.1](#051---2024-07-04) which was released on 2024-07-04. -You can find its changes [documented below](#051---2024-07-04). +The latest published Bevy Vello release is [0.6.1](#061---2024-08-14) which was released on 2024-08-14. +You can find its changes [documented below](#061---2024-08-14). ## [Unreleased] This release supports Bevy version 0.14 and has an [MSRV][] of 1.80. +## [0.6.1] - 2024-08-14 + +This release supports Bevy version 0.14 and has an [MSRV][] of 1.80. + ### Fixed - Text is now properly skipped when a `SkipEncoding` component is present. ([#77] by [@simbleau]) @@ -233,7 +237,8 @@ This release supports Bevy version 0.13 and has an [MSRV][] of 1.77. [@simbleau]: https://github.com/simbleau -[Unreleased]: https://github.com/linebender/bevy_vello/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/linebender/bevy_vello/compare/v0.6.1...HEAD +[0.6.1]: https://github.com/linebender/bevy_vello/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/linebender/bevy_vello/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/linebender/bevy_vello/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/linebender/bevy_vello/compare/v0.4.2...v0.5.0 diff --git a/Cargo.toml b/Cargo.toml index 907addd..94b695c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = [ [workspace.package] edition = "2021" -version = "0.6.0" +version = "0.6.1" license = "(MIT OR Apache-2.0) AND OFL-1.1" repository = "https://github.com/linebender/bevy_vello"