Skip to content

Commit 680a5ee

Browse files
committed
Bump version to 0.40.1
1 parent 476870d commit 680a5ee

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.40.1] - 2026-05-17
11+
12+
### Changed
13+
14+
- `SendMode` now available from `prelude` to simplify the migration.
15+
1016
## [0.40.0] - 2026-05-17
1117

1218
### Added
@@ -1074,7 +1080,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10741080

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

1077-
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.40.0...HEAD
1083+
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.40.1...HEAD
1084+
[0.40.1]: https://github.com/simgine/bevy_replicon/compare/v0.40.0...v0.40.1
10781085
[0.40.0]: https://github.com/simgine/bevy_replicon/compare/v0.39.5...v0.40.0
10791086
[0.39.5]: https://github.com/simgine/bevy_replicon/compare/v0.39.4...v0.39.5
10801087
[0.39.4]: https://github.com/simgine/bevy_replicon/compare/v0.39.3...v0.39.4

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

0 commit comments

Comments
 (0)