Update version and change-log for 0.4.2.

This commit is contained in:
Robin KAY 2023-05-30 22:07:45 +01:00
parent 35032e05a3
commit 71add9ecb5
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## bevy_mod_outline 0.4.2 (2023-05-30)
### Fixed
- Fixed failures to propagate ComputedOutlineDepth when needed.
- Fixed Z-fighting between overlay and stencil with OpenGL wgpu back-end.
## bevy_mod_outline 0.4.1 (2023-04-11) ## bevy_mod_outline 0.4.1 (2023-04-11)
### Fixed ### Fixed

View File

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