Update version and change-log for 0.3.3.
This commit is contained in:
parent
9bba5983b3
commit
a8233ff7fa
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## bevy_mod_outline 0.3.3 (2023-02-21)
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- Fixed SetOutlineDepth being ignored in some cases (@mxgrey).
|
||||||
|
- Fixed defaulting to SetOutlineDepth::Real in some cases.
|
||||||
|
- Fixed missing examples from README.
|
||||||
|
|
||||||
## bevy_mod_outline 0.3.2 (2023-01-15)
|
## bevy_mod_outline 0.3.2 (2023-01-15)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bevy_mod_outline"
|
name = "bevy_mod_outline"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "A mesh outlining plugin for Bevy."
|
description = "A mesh outlining plugin for Bevy."
|
||||||
|
|
Loading…
Reference in New Issue