Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release version 0.7.0 #125

Merged
merged 3 commits into from
Feb 26, 2025
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
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe

-->

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).
The latest published Bevy Vello release is [0.7.0](#070---2025-02-27) which was released on 2025-02-27.
You can find its changes [documented below](#070---2025-02-27).

## [Unreleased]

This release supports Bevy version 0.14 and has an [MSRV][] of 1.80.
This release supports Bevy version 0.15 and has an [MSRV][] of 1.85.

## [0.7.0] - 2025-02-27

This release supports Bevy version 0.15 and has an [MSRV][] of 1.85.

### Added

Expand Down Expand Up @@ -265,7 +269,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.1...HEAD
[Unreleased]: https://github.com/linebender/bevy_vello/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/linebender/bevy_vello/compare/v0.6.1...v0.7.0
[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
Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [

[workspace.package]
edition = "2021"
version = "0.6.1"
version = "0.7.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/linebender/bevy_vello"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cargo run -p <example name>

|bevy|bevy_vello|vello|
|---|---|---|
|0.15|main|0.4|
|0.15|0.7,main|0.4|
|0.14|0.5-0.6|0.3|
|0.13|0.1-0.4|0.2|
|< 0.13| unsupported | |
Expand Down
Loading