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,12 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.3] - 2023-04-09
11+
12+ ### Fixed
13+
14+ - Fix panic that could occur when deleting ` RenetServer ` or ` RenetClient ` resources.
15+
1016## [ 0.2.2] - 2023-04-05
1117
1218### Fixed
1319
1420- Do not panic if an entity was already despawned on client.
15- - Fix panic that could occur when RenetServer or RenetClient resources are removed.
1621
1722## [ 0.2.1] - 2023-04-02
1823
@@ -34,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3439
3540Initial release after separation from [ lifescape] ( https://github.com/lifescapegame/lifescape ) .
3641
37- [ unreleased ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.2.2...HEAD
42+ [ unreleased ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.2.3...HEAD
43+ [ 0.2.3 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.2.2...v0.2.3
3844[ 0.2.2 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.2.1...v0.2.2
3945[ 0.2.1 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.2.0...v0.2.1
4046[ 0.2.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_replicon"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44authors = [" Hennadii Chernyshchyk <genaloner@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.65"
You can’t perform that action at this time.
0 commit comments