Skip to content

Commit 3ddd98d

Browse files
committed
Update version and change-log for 0.10.1.
1 parent c97fca1 commit 3ddd98d

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.10.1 (2025-06-05)
4+
5+
### Fixed
6+
- Fixed outlining skinned meshes when storage buffers enabled.
7+
- Fixed flickering outlines when mesh not rendered with a material.
8+
39
## bevy_mod_outline 0.10.0 (2025-05-15)
410

511
### Added

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.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "A mesh outlining plugin for Bevy."

0 commit comments

Comments
 (0)