Update version and change-log for 0.3.4.

This commit is contained in:
Robin KAY 2023-03-08 00:18:47 +00:00
parent 64645e387d
commit bf1f1b3785
2 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,14 @@
# Changelog # 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) ## bevy_mod_outline 0.3.3 (2023-02-21)
## Fixed ### Fixed
- Fixed SetOutlineDepth being ignored in some cases (@mxgrey). - Fixed SetOutlineDepth being ignored in some cases (@mxgrey).
- Fixed defaulting to SetOutlineDepth::Real in some cases. - Fixed defaulting to SetOutlineDepth::Real in some cases.
- Fixed missing examples from README. - Fixed missing examples from README.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bevy_mod_outline" name = "bevy_mod_outline"
version = "0.3.3" version = "0.3.4"
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."