From f88c373d735e7546394c977280f5849cccba0f38 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Wed, 10 Aug 2022 21:26:25 +0100 Subject: [PATCH] Update version and change-log for 0.2.1. --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 232c76a..4f072ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## bevy_mod_outline 0.2.1 (2022-08-10) + +### Added +- Added a constant to expose the outline pass node name. + +### Fixed +- Fixed outlines causing UI to disappear when MSAA is enabled. +- Fixed bad derive allowing OutlineBundle to be inserted as a component. + ## bevy_mod_outline 0.2.0 (2022-08-09) ### Added diff --git a/Cargo.toml b/Cargo.toml index 4e17f34..7dbc627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_mod_outline" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" description = "A mesh outlining plugin for Bevy."