Skip to content

Commit 72e07c6

Browse files
committed
Bump version to 0.39.4
1 parent 0b2e80f commit 72e07c6

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.39.4] - 2026-04-08
11+
1012
### Fixed
1113

1214
- Deferred component insertions no longer cause undefined behavior.
1315

14-
## [0.39.3] - 2026-04-01
16+
## [0.39.3] - 2026-04-05
1517

1618
### Fixed
1719

@@ -1049,7 +1051,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10491051

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

1052-
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.39.3...HEAD
1054+
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.39.4...HEAD
1055+
[0.39.4]: https://github.com/simgine/bevy_replicon/compare/v0.39.3...v0.39.4
10531056
[0.39.3]: https://github.com/simgine/bevy_replicon/compare/v0.39.2...v0.39.3
10541057
[0.39.2]: https://github.com/simgine/bevy_replicon/compare/v0.39.1...v0.39.2
10551058
[0.39.1]: https://github.com/simgine/bevy_replicon/compare/v0.39.0...v0.39.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.3"
3+
version = "0.39.4"
44
authors = [
55
"Hennadii Chernyshchyk <genaloner@gmail.com>",
66
"koe <ukoe@protonmail.com>",

0 commit comments

Comments
 (0)