Skip to content

Commit fc189a7

Browse files
committed
Bump version to 0.25.2
1 parent b9ada94 commit fc189a7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.25.1] - 2024-05-16
10+
## [0.25.2] - 2024-05-18
11+
12+
### Fixed
1113

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

16+
## [0.25.1] - 2024-05-16
17+
1418
### Fixed
1519

1620
- Fix possible overflow in `Confirmed::contains_any`.
@@ -464,7 +468,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
464468

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

467-
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.1...HEAD
471+
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.2...HEAD
472+
[0.25.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.1...v0.25.2
468473
[0.25.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.0...v0.25.1
469474
[0.25.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.24.1...v0.25.0
470475
[0.24.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.24.0...v0.24.1

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.25.1"
3+
version = "0.25.2"
44
authors = [
55
"Hennadii Chernyshchyk <genaloner@gmail.com>",
66
"koe <ukoe@protonmail.com>",

0 commit comments

Comments
 (0)