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.2.2] - 2023-04-05
11+
12+ ### Fixed
13+
14+ - Do not panic if an entity was already despawned on client.
15+
1016## [ 0.2.1] - 2023-04-02
1117
1218### Fixed
@@ -27,5 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2733
2834Initial release after separation from [ lifescape] ( https://github.com/lifescapegame/lifescape ) .
2935
30- [ unreleased ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.1.0...HEAD
36+ [ unreleased ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.2.2...HEAD
37+ [ 0.2.2 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.2.1...v0.2.2
38+ [ 0.2.1 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.2.0...v0.2.1
39+ [ 0.2.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.1.0...v0.2.0
3140[ 0.1.0 ] : https://github.com/lifescapegame/bevy_replicon/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_replicon"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44authors = [" Hennadii Chernyshchyk <genaloner@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.65"
You can’t perform that action at this time.
0 commit comments