Skip to content

Commit 85b1fca

Browse files
committed
Update version and change-log for 0.12.1.
1 parent ffe8265 commit 85b1fca

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## bevy_mod_outline 0.12.0 (2026-02-17)
410

511
### Removed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_mod_outline"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "A mesh outlining plugin for Bevy."

0 commit comments

Comments
 (0)