Update version and change-log for 0.2.2.

This commit is contained in:
Robin KAY 2022-08-23 22:49:24 +01:00
parent 96e5b2ca48
commit 6ce40ab774
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,18 @@
# Changelog # Changelog
## bevy_mod_outline 0.2.2 (2022-08-23)
### Added
- Added a feature flag to control the dependency on bevy_ui (@Shatur).
- Added a feature flag to control uniform struct alignment.
### Fixed
- Fixed compilation on 32-bit platforms.
- Fixed insufficient alignment causing errors with WebGL.
### Changed
- Removed dependency on bevy's monolithic render feature flag (@Shatur).
## bevy_mod_outline 0.2.1 (2022-08-10) ## bevy_mod_outline 0.2.1 (2022-08-10)
### Added ### Added

View File

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