Update version and change-log for 0.6.1.

This commit is contained in:
Robin KAY 2024-02-04 22:53:26 +00:00
parent 70847d7d5d
commit 9a464ceb4c
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## bevy_mod_outline 0.6.1 (2024-02-04)
### Fixed
- Fixed panic if prepasses are enabled.
- Fixed Visibility::Hidden did not affect outlines.
## bevy_mod_outline 0.6.0 (2023-11-08)
### Changed

View File

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