Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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 |

Expand Down