Skip to content

Commit

Permalink
v0.6.1 (#79)
Browse files Browse the repository at this point in the history
Must merge #77 first.

---------

Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com>
  • Loading branch information
simbleau and DJMcNab committed Aug 14, 2024
1 parent 941b781 commit 21dd9f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 21dd9f6

Please sign in to comment.