Skip to content

Commit 41a088f

Browse files
committed
Bump version to 0.32.2
1 parent cb9b499 commit 41a088f

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
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.32.2] - 2025-04-16
11+
12+
### Changed
13+
14+
- Preserve removals before inserts
15+
1016
## [0.32.1] - 2025-04-05
1117

1218
### Changed
@@ -767,8 +773,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
767773

768774
Initial release after separation from [Project Harmonia](https://github.com/projectharmonia/project_harmonia).
769775

770-
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.32.1...HEAD
771-
[0.32.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.32.0...v0.32.1
776+
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.32.2...HEAD
777+
[0.32.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.32.1...v0.32.2
778+
[0.32.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.32.0...v0.32.1
772779
[0.32.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.31.1...v0.32.0
773780
[0.31.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.31.0...v0.31.1
774781
[0.31.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.30.1...v0.31.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.32.1"
3+
version = "0.32.2"
44
authors = [
55
"Hennadii Chernyshchyk <genaloner@gmail.com>",
66
"koe <ukoe@protonmail.com>",

0 commit comments

Comments
 (0)