From 60e38b020b4599df852221b76a50db89f376cb51 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Wed, 4 Sep 2024 02:20:49 +0300 Subject: [PATCH] Bump version to 0.28.1 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b06db77..0929ddcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.1] - 2024-09-04 + ### Fixed - Fix client event buffering. @@ -567,7 +569,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.0...HEAD +[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.1...HEAD +[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 [0.26.3]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.2...v0.26.3 diff --git a/Cargo.toml b/Cargo.toml index 57c08112..450f85bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_replicon" -version = "0.28.0" +version = "0.28.1" authors = [ "Hennadii Chernyshchyk ", "koe ",