Update version and change-log for 0.5.1.
This commit is contained in:
parent
613e1ddde7
commit
7827a2b9b0
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## bevy_mod_outline 0.5.1 (2023-11-03)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added flying_objects example.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed Z-fighting between overlay and stencil more reliably.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Removed unnecessary extraction step.
|
||||||
|
- Removed unused vertex attributes bindings.
|
||||||
|
|
||||||
## bevy_mod_outline 0.5.0 (2023-08-14)
|
## bevy_mod_outline 0.5.0 (2023-08-14)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bevy_mod_outline"
|
name = "bevy_mod_outline"
|
||||||
version = "0.5.0"
|
version = "0.5.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