File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.9.1] - 2023-08-05
11+
12+ ### Changed
13+
14+ - Fix event cleanup.
15+
1016## [ 0.9.0] - 2023-08-01
1117
1218### Added
@@ -123,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123129
124130Initial release after separation from [ lifescape] ( https://github.com/lifescapegame/lifescape ) .
125131
126- [ unreleased ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.9.0...HEAD
132+ [ unreleased ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.9.1...HEAD
133+ [ 0.9.1 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.9.0...v0.9.1
127134[ 0.9.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.8.0...v0.9.0
128135[ 0.8.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.7.1...v0.8.0
129136[ 0.7.1 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.7.0...v0.7.1
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_replicon"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44authors = [" Hennadii Chernyshchyk <genaloner@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.65"
You can’t perform that action at this time.
0 commit comments