Skip to content

Commit

Permalink
Bump version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jan 13, 2024
1 parent 935f765 commit b890abe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0] - 2024-01-13

### Fixed

- Don't panic when handling client acks if the ack references a despawned entity.
Expand Down Expand Up @@ -326,7 +328,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release after separation from [lifescape](https://github.com/lifescapegame/lifescape).

[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.19.0...HEAD
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.20.0...HEAD
[0.20.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.18.2...v0.19.0
[0.18.2]: https://github.com/lifescapegame/bevy_replicon/compare/v0.18.1...v0.18.2
[0.18.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.18.0...v0.18.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_replicon"
version = "0.19.0"
version = "0.20.0"
authors = ["Hennadii Chernyshchyk <genaloner@gmail.com>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit b890abe

Please sign in to comment.