Skip to content

Commit 5b94272

Browse files
committed
Bump version to 0.39.3
1 parent 153cade commit 5b94272

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- `Replicated` is no longer automatically inserted on clients, only `Remote`. `scene::replicate_into` will serialize all entities that have either `Remote` or `Replicated`.
1313

14+
## [0.39.3] - 2026-04-01
15+
1416
### Fixed
1517

1618
- Visibility is now properly updated when `VisibilityFilter` and `VisibilityFilter::ClientComponent` are not the same type.
@@ -1047,7 +1049,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10471049

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

1050-
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.39.2...HEAD
1052+
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.39.3...HEAD
1053+
[0.39.3]: https://github.com/simgine/bevy_replicon/compare/v0.39.2...v0.39.3
10511054
[0.39.2]: https://github.com/simgine/bevy_replicon/compare/v0.39.1...v0.39.2
10521055
[0.39.1]: https://github.com/simgine/bevy_replicon/compare/v0.39.0...v0.39.1
10531056
[0.39.0]: https://github.com/simgine/bevy_replicon/compare/v0.38.2...v0.39.0

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

0 commit comments

Comments
 (0)