Update version and change-log for 0.2.2.
This commit is contained in:
parent
96e5b2ca48
commit
6ce40ab774
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# 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)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bevy_mod_outline"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A mesh outlining plugin for Bevy."
|
||||
|
|
Loading…
Reference in New Issue