Skip to content

Commit e6c9a7f

Browse files
authored
chore: release version 0.7.0 (#125)
Will accompany a release, v0.7.0. (Draft state unilt #123 merges)
1 parent b20ff3e commit e6c9a7f

File tree

4 files changed

+25
-20
lines changed

4 files changed

+25
-20
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
88
99
-->
1010

11-
The latest published Bevy Vello release is [0.6.1](#061---2024-08-14) which was released on 2024-08-14.
12-
You can find its changes [documented below](#061---2024-08-14).
11+
The latest published Bevy Vello release is [0.7.0](#070---2025-02-27) which was released on 2025-02-27.
12+
You can find its changes [documented below](#070---2025-02-27).
1313

1414
## [Unreleased]
1515

16-
This release supports Bevy version 0.14 and has an [MSRV][] of 1.80.
16+
This release supports Bevy version 0.15 and has an [MSRV][] of 1.85.
17+
18+
## [0.7.0] - 2025-02-27
19+
20+
This release supports Bevy version 0.15 and has an [MSRV][] of 1.85.
1721

1822
### Added
1923

@@ -266,7 +270,8 @@ This release supports Bevy version 0.13 and has an [MSRV][] of 1.77.
266270

267271
[@simbleau]: https://github.com/simbleau
268272

269-
[Unreleased]: https://github.com/linebender/bevy_vello/compare/v0.6.1...HEAD
273+
[Unreleased]: https://github.com/linebender/bevy_vello/compare/v0.7.0...HEAD
274+
[0.7.0]: https://github.com/linebender/bevy_vello/compare/v0.6.1...v0.7.0
270275
[0.6.1]: https://github.com/linebender/bevy_vello/compare/v0.6.0...v0.6.1
271276
[0.6.0]: https://github.com/linebender/bevy_vello/compare/v0.5.1...v0.6.0
272277
[0.5.1]: https://github.com/linebender/bevy_vello/compare/v0.5.0...v0.5.1

Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919

2020
[workspace.package]
2121
edition = "2021"
22-
version = "0.6.1"
22+
version = "0.7.0"
2323
license = "MIT OR Apache-2.0"
2424
repository = "https://github.com/linebender/bevy_vello"
2525

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cargo run -p <example name>
2929

3030
|bevy|bevy_vello|vello|
3131
|---|---|---|
32-
|0.15|main|0.4|
32+
|0.15|0.7,main|0.4|
3333
|0.14|0.5-0.6|0.3|
3434
|0.13|0.1-0.4|0.2|
3535
|< 0.13| unsupported | |

0 commit comments

Comments
 (0)