Update version and change-log for 0.4.2.
This commit is contained in:
parent
35032e05a3
commit
71add9ecb5
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## bevy_mod_outline 0.4.2 (2023-05-30)
|
||||
|
||||
### Fixed
|
||||
- Fixed failures to propagate ComputedOutlineDepth when needed.
|
||||
- Fixed Z-fighting between overlay and stencil with OpenGL wgpu back-end.
|
||||
|
||||
## bevy_mod_outline 0.4.1 (2023-04-11)
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_mod_outline"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A mesh outlining plugin for Bevy."
|
||||
|
@ -55,4 +55,4 @@ path = "examples/animated_fox.rs"
|
|||
|
||||
[[example]]
|
||||
name = "hollow"
|
||||
path = "examples/hollow.rs"
|
||||
path = "examples/hollow.rs"
|
||||
|
|
Loading…
Reference in New Issue