Skip to content

Commit 1bd800f

Browse files
committed
Bump version to 0.39.1
1 parent da794bf commit 1bd800f

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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.39.1] - 2026-03-09
11+
1012
### Fixed
1113

1214
- Don't panic when despawning hierarchy with signatures.
@@ -1031,7 +1033,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10311033

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

1034-
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.39.0...HEAD
1036+
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.39.1...HEAD
1037+
[0.39.1]: https://github.com/simgine/bevy_replicon/compare/v0.39.0...v0.39.1
10351038
[0.39.0]: https://github.com/simgine/bevy_replicon/compare/v0.38.2...v0.39.0
10361039
[0.38.2]: https://github.com/simgine/bevy_replicon/compare/v0.38.1...v0.38.2
10371040
[0.38.1]: https://github.com/simgine/bevy_replicon/compare/v0.38.0...v0.38.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.39.0"
3+
version = "0.39.1"
44
authors = [
55
"Hennadii Chernyshchyk <genaloner@gmail.com>",
66
"koe <ukoe@protonmail.com>",

0 commit comments

Comments
 (0)