diff --git a/CHANGELOG.md b/CHANGELOG.md index 18004f9..df8828e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ You can find its changes [documented below](#051---2024-07-04). This release supports Bevy version 0.14 and has an [MSRV][] of 1.80. +## [0.6.0] - 2024-08-09 + +This release supports Bevy version 0.14 and has an [MSRV][] of 1.80. + ### Added - There is now a `default_font` feature that uses the same `FiraMono-subset.ttf` font used in the bevy/default_font feature. @@ -221,7 +225,8 @@ This release supports Bevy version 0.13 and has an [MSRV][] of 1.77. - Initial release -[Unreleased]: https://github.com/linebender/bevy_vello/compare/v0.5.1...HEAD +[Unreleased]: https://github.com/linebender/bevy_vello/compare/v0.6.0...HEAD +[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 [0.4.2]: https://github.com/linebender/bevy_vello/compare/v0.4.1...v0.4.2 diff --git a/Cargo.toml b/Cargo.toml index 86cb96d..907addd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ members = [ [workspace.package] edition = "2021" -version = "0.5.1" -license = "MIT OR Apache-2.0" +version = "0.6.0" +license = "(MIT OR Apache-2.0) AND OFL-1.1" repository = "https://github.com/linebender/bevy_vello" [workspace.dependencies] diff --git a/README.md b/README.md index 11afc81..6127d7f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Linebender Zulip](https://img.shields.io/badge/Linebender-%23gpu-blue?logo=Zulip)](https://xi.zulipchat.com/#narrow/stream/197075-gpu) [![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](#license) -[![Vello](https://img.shields.io/badge/vello-v0.2.0-purple.svg)](https://crates.io/crates/vello) +[![Vello](https://img.shields.io/badge/vello-v0.2.1-purple.svg)](https://crates.io/crates/vello) [![Following released Bevy versions](https://img.shields.io/badge/bevy%20tracking-released%20version-lightblue)](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking)\ [![Dependency status](https://deps.rs/repo/github/linebender/bevy_vello/status.svg)](https://deps.rs/repo/github/linebender/bevy_vello) [![Crates.io](https://img.shields.io/crates/v/bevy_vello.svg)](https://crates.io/crates/bevy_vello) @@ -29,7 +29,7 @@ cargo run -p demo |bevy|bevy_vello| |---|---| -|0.14|0.5, main| +|0.14|0.5-0.6, main| |0.13|0.1-0.4| |< 0.13| unsupported |