Skip to content

Commit 8e7fcbb

Browse files
committed
Bump version to 0.2.2 [skip ci]
1 parent 3aef239 commit 8e7fcbb

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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

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.1"
3+
version = "0.2.2"
44
authors = ["Hennadii Chernyshchyk <genaloner@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.65"

0 commit comments

Comments
 (0)