Skip to content

Commit 4f897db

Browse files
committed
Bump version to 0.2.3 [skip ci]
1 parent 772503a commit 4f897db

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3540
Initial 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_replicon"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Hennadii Chernyshchyk <genaloner@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.65"

0 commit comments

Comments
 (0)