Skip to content

Commit

Permalink
Bump version to 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed May 18, 2024
1 parent b9ada94 commit fc189a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.1] - 2024-05-16
## [0.25.2] - 2024-05-18

### Fixed

- Fix replicating previously spawned entities to a newly connected client with visibility policy different from `VisibilityPolicy::All`.

## [0.25.1] - 2024-05-16

### Fixed

- Fix possible overflow in `Confirmed::contains_any`.
Expand Down Expand Up @@ -464,7 +468,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.25.1...HEAD
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.2...HEAD
[0.25.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.1...v0.25.2
[0.25.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.0...v0.25.1
[0.25.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.24.1...v0.25.0
[0.24.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.24.0...v0.24.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.25.1"
version = "0.25.2"
authors = [
"Hennadii Chernyshchyk <[email protected]>",
"koe <[email protected]>",
Expand Down

0 comments on commit fc189a7

Please sign in to comment.