Skip to content

Commit 21dd9f6

Browse files
simbleauDJMcNab
andauthored
v0.6.1 (#79)
Must merge #77 first. --------- Co-authored-by: Daniel McNab <[email protected]>
1 parent 941b781 commit 21dd9f6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+8-3
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 Bevy Vello release is [0.5.1](#051---2024-07-04) which was released on 2024-07-04.
12-
You can find its changes [documented below](#051---2024-07-04).
11+
The latest published Bevy Vello release is [0.6.1](#061---2024-08-14) which was released on 2024-08-14.
12+
You can find its changes [documented below](#061---2024-08-14).
1313

1414
## [Unreleased]
1515

1616
This release supports Bevy version 0.14 and has an [MSRV][] of 1.80.
1717

18+
## [0.6.1] - 2024-08-14
19+
20+
This release supports Bevy version 0.14 and has an [MSRV][] of 1.80.
21+
1822
### Fixed
1923

2024
- 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.
233237

234238
[@simbleau]: https://github.com/simbleau
235239

236-
[Unreleased]: https://github.com/linebender/bevy_vello/compare/v0.6.0...HEAD
240+
[Unreleased]: https://github.com/linebender/bevy_vello/compare/v0.6.1...HEAD
241+
[0.6.1]: https://github.com/linebender/bevy_vello/compare/v0.6.0...v0.6.1
237242
[0.6.0]: https://github.com/linebender/bevy_vello/compare/v0.5.1...v0.6.0
238243
[0.5.1]: https://github.com/linebender/bevy_vello/compare/v0.5.0...v0.5.1
239244
[0.5.0]: https://github.com/linebender/bevy_vello/compare/v0.4.2...v0.5.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ members = [
1515

1616
[workspace.package]
1717
edition = "2021"
18-
version = "0.6.0"
18+
version = "0.6.1"
1919
license = "(MIT OR Apache-2.0) AND OFL-1.1"
2020
repository = "https://github.com/linebender/bevy_vello"
2121

0 commit comments

Comments
 (0)