Skip to content

Commit c740527

Browse files
committed
Bump version to 0.28.2
1 parent e1fe579 commit c740527

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

88
## [Unreleased]
99

10+
## [0.28.2] - 2024-09-09
11+
1012
### Changed
1113

12-
- Made `ReplicatedClients::new` public for use in testing contexts.
14+
- Make `ReplicatedClients::new` public.
1315

1416
## [0.28.1] - 2024-09-04
1517

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

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

576-
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.1...HEAD
578+
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.2...HEAD
579+
[0.28.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.1...v0.28.2
577580
[0.28.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.0...v0.28.1
578581
[0.28.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0...v0.28.0
579582
[0.27.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.3...v0.27.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.28.1"
3+
version = "0.28.2"
44
authors = [
55
"Hennadii Chernyshchyk <genaloner@gmail.com>",
66
"koe <ukoe@protonmail.com>",

0 commit comments

Comments
 (0)