From 7581814519e5328da0977a76c99b7873f90a8207 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Wed, 5 Jun 2024 23:52:24 +0300 Subject: [PATCH] Bump version to 0.26.2 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3497aca9..512810c8 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.26.2] - 2024-06-05 + ### Added - `Debug`/`Clone` derives to `ServerEvent`. @@ -507,7 +509,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.26.1...HEAD +[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.2...HEAD +[0.26.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.1...v0.26.2 [0.26.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.3...v0.26.0 [0.25.3]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.2...v0.25.3 diff --git a/Cargo.toml b/Cargo.toml index 953bdcdc..2b77c240 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_replicon" -version = "0.26.1" +version = "0.26.2" authors = [ "Hennadii Chernyshchyk ", "koe ",