Skip to content

Commit 9f315c3

Browse files
release 0.10.2 (#168)
1 parent 56589e9 commit 9f315c3

File tree

3 files changed

+23
-19
lines changed

3 files changed

+23
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
88
99
-->
1010

11-
The latest published Bevy Vello release is [0.10.1](#0101---2025-06-27) which was released on 2025-06-27.
12-
You can find its changes [documented below](#0101---2025-06-27).
11+
The latest published Bevy Vello release is [0.10.2](#0102---2025-06-29) which was released on 2025-06-29.
12+
You can find its changes [documented below](#0102---2025-06-29).
1313

1414
## [Unreleased]
1515

1616
This release supports Bevy version 0.16 and has an [MSRV][] of 1.87.
1717

18+
## [0.10.2] - 2025-06-29
19+
20+
This release supports Bevy version 0.16 and has an [MSRV][] of 1.87.
21+
1822
### Fixed
1923

2024
- Systems that calculate the content size of `VelloTextSection` now run in the `PostUpdate` schedule to ensure that all `Handle<VelloFont>` are loaded before calculating the content size.

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ members = [
2121

2222
[workspace.package]
2323
edition = "2024"
24-
version = "0.10.1"
24+
version = "0.10.2"
2525
rust-version = "1.87"
2626
license = "MIT OR Apache-2.0"
2727
repository = "https://github.com/linebender/bevy_vello"

0 commit comments

Comments
 (0)