From c740527a268a3a902db5852f2cefa879d5cb4cc5 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Mon, 9 Sep 2024 20:46:33 +0300 Subject: [PATCH] Bump version to 0.28.2 --- CHANGELOG.md | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 965c97cf..fce86fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.2] - 2024-09-09 + ### Changed -- Made `ReplicatedClients::new` public for use in testing contexts. +- Make `ReplicatedClients::new` public. ## [0.28.1] - 2024-09-04 @@ -573,7 +575,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release after separation from [Project Harmonia](https://github.com/projectharmonia/project_harmonia). -[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.1...HEAD +[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.2...HEAD +[0.28.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.1...v0.28.2 [0.28.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.0...v0.28.1 [0.28.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0...v0.28.0 [0.27.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.3...v0.27.0 diff --git a/Cargo.toml b/Cargo.toml index 450f85bd..f23628d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_replicon" -version = "0.28.1" +version = "0.28.2" authors = [ "Hennadii Chernyshchyk ", "koe ",