Update version and change-log for 0.2.1.
This commit is contained in:
parent
1609736ba2
commit
f88c373d73
@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## bevy_mod_outline 0.2.1 (2022-08-10)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added a constant to expose the outline pass node name.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed outlines causing UI to disappear when MSAA is enabled.
|
||||||
|
- Fixed bad derive allowing OutlineBundle to be inserted as a component.
|
||||||
|
|
||||||
## bevy_mod_outline 0.2.0 (2022-08-09)
|
## bevy_mod_outline 0.2.0 (2022-08-09)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bevy_mod_outline"
|
name = "bevy_mod_outline"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
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
Block a user