Update version and change-log for 0.3.4.
This commit is contained in:
parent
64645e387d
commit
bf1f1b3785
@ -1,8 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## bevy_mod_outline 0.3.4 (2023-03-08)
|
||||
|
||||
### Fixed
|
||||
- Fixed texture format error when HDR is enabled.
|
||||
- Fixed bad clipping of outlines behind the camera.
|
||||
|
||||
## bevy_mod_outline 0.3.3 (2023-02-21)
|
||||
|
||||
## Fixed
|
||||
### Fixed
|
||||
- Fixed SetOutlineDepth being ignored in some cases (@mxgrey).
|
||||
- Fixed defaulting to SetOutlineDepth::Real in some cases.
|
||||
- Fixed missing examples from README.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bevy_mod_outline"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A mesh outlining plugin for Bevy."
|
||||
|
Loading…
Reference in New Issue
Block a user