Skip to content

Commit

Permalink
chore: release version 0.7.0 (#125)
Browse files Browse the repository at this point in the history
Will accompany a release, v0.7.0.

(Draft state unilt #123 merges)
  • Loading branch information
simbleau authored Feb 26, 2025
1 parent b20ff3e commit e6c9a7f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
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 @@ -266,7 +270,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

0 comments on commit e6c9a7f

Please sign in to comment.