From bf1f1b3785bf4913e01256884b64a58cabcc4c10 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Wed, 8 Mar 2023 00:18:47 +0000 Subject: [PATCH] Update version and change-log for 0.3.4. --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e795073..d7bc4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 90d2b9b..5d11178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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."