Update version and change-log for 0.3.1.

This commit is contained in:
Robin KAY 2023-01-05 03:07:40 +00:00
parent c70c3d3b76
commit cfd5d12261
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## bevy_mod_outline 0.3.1 (2023-01-05)
### Added
- Added Lerp impls for OutlineVolume and OutlineStencil.
- Added Real mode to SetOutlineDepth enum.
## bevy_mod_outline 0.3.0 (2022-11-22)
### Added

View File

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