We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfccdc9 commit 06a3c9eCopy full SHA for 06a3c9e
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## bevy_mod_outline 0.10.3 (2025-08-24)
4
+
5
+### Added
6
+- Added OutlineWarmUp for warming up pipelines.
7
8
## bevy_mod_outline 0.10.2 (2025-06-19)
9
10
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_mod_outline"
-version = "0.10.2"
+version = "0.10.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A mesh outlining plugin for Bevy."
0 commit comments