File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ 0.25.1] - 2024-05-16
10
+ ## [ 0.25.2] - 2024-05-18
11
+
12
+ ### Fixed
11
13
12
14
- Fix replicating previously spawned entities to a newly connected client with visibility policy different from ` VisibilityPolicy::All ` .
13
15
16
+ ## [ 0.25.1] - 2024-05-16
17
+
14
18
### Fixed
15
19
16
20
- 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
464
468
465
469
Initial release after separation from [ Project Harmonia] ( https://github.com/projectharmonia/project_harmonia ) .
466
470
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
468
473
[ 0.25.1 ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.25.0...v0.25.1
469
474
[ 0.25.0 ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.24.1...v0.25.0
470
475
[ 0.24.1 ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.24.0...v0.24.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bevy_replicon"
3
- version = " 0.25.1 "
3
+ version = " 0.25.2 "
4
4
authors = [
5
5
" Hennadii Chernyshchyk <genaloner@gmail.com>" ,
6
6
" koe <ukoe@protonmail.com>" ,
You can’t perform that action at this time.
0 commit comments