Update version and change-log for 0.4.1.
This commit is contained in:
parent
1d5cff5eda
commit
3bf83e6531
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,12 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
## bevy_mod_outline 0.4.1 (2023-04-11)
|
||||
|
||||
### Fixed
|
||||
- Fixed panic if mesh has unused vertex indices.
|
||||
- Fixed panic if the DepthMode hasn't propagated before rendering.
|
||||
|
||||
### Changed
|
||||
- Changed normal weighting to use vertex rather than face normals if available.
|
||||
|
||||
## bevy_mod_outline 0.4.0 (2023-03-22)
|
||||
|
||||
### Added
|
||||
- Added enabled flag to OutlineStencil.
|
||||
- Added hollow example.
|
||||
|
||||
###
|
||||
### Fixed
|
||||
- Fixed outline depth propagating when inheritance not enabled.
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_mod_outline"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A mesh outlining plugin for Bevy."
|
||||
|
|
Loading…
Reference in New Issue