We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe8265 commit 85b1fcaCopy full SHA for 85b1fca
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## bevy_mod_outline 0.12.1 (2026-05-11)
4
+
5
+## Changed
6
+- Fixed recursive AsyncSceneInheritOutline. (@Shatur)
7
+- Fixed panic in AutoGenerateOutlineNormalsPlugin with render-world only meshes.
8
9
## bevy_mod_outline 0.12.0 (2026-02-17)
10
11
### Removed
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_mod_outline"
-version = "0.12.0"
+version = "0.12.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A mesh outlining plugin for Bevy."
0 commit comments