Skip to content

Commit

Permalink
Bump version to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jan 22, 2024
1 parent f4f9b7c commit 870f035
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.21.1] - 2024-01-22

### Added

- `ClientCache::visibility_policy()` returns the configured policy.
Expand Down Expand Up @@ -345,7 +347,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release after separation from [Project Harmonia](https://github.com/projectharmonia/project_harmonia).

[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.21.0...HEAD
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.21.1...HEAD
[0.21.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.21.0...v0.21.1
[0.21.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.18.2...v0.19.0
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.21.0"
version = "0.21.1"
authors = ["Hennadii Chernyshchyk <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit 870f035

Please sign in to comment.