Update version and change-log for 0.2.3.

This commit is contained in:
Robin KAY 2022-08-28 11:19:43 +01:00
parent 94e1742b44
commit 5a2dc4a728
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## bevy_mod_outline 0.2.3 (2022-08-28)
### Added
- Added AutoGenerateOutlineNormalsPlugin.
## bevy_mod_outline 0.2.2 (2022-08-23)
### Added

View File

@ -1,6 +1,6 @@
[package]
name = "bevy_mod_outline"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A mesh outlining plugin for Bevy."