From f50adea4d81493acd966f2e65b44c30bd7a67d56 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Wed, 4 Sep 2024 02:30:14 +0300 Subject: [PATCH] Bump version to 0.5.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- README.md | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ccbf4a..4790d7b 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.5.0] - 2024-09-04 + ### Changed - Update to `bevy_replicon` 0.28. @@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 First release after I/O abstraction. -[unreleased]: https://github.com/projectharmonia/bevy_replicon_renet/compare/v0.4.0...HEAD +[unreleased]: https://github.com/projectharmonia/bevy_replicon_renet/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/projectharmonia/bevy_replicon_renet/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/projectharmonia/bevy_replicon_renet/releases/tag/v0.4.0 [0.3.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.1.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index d15ca4b..4923636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_replicon_renet" -version = "0.4.0" +version = "0.5.0" authors = [ "Hennadii Chernyshchyk ", "koe ", diff --git a/README.md b/README.md index a4b62b4..41e0df0 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ See also [examples](examples). | bevy_renet | bevy_replicon | bevy_replicon_renet | | ---------- | ------------- | ------------------- | +| 0.0.12 | 0.28 | 0.5 | | 0.0.12 | 0.27 | 0.4 | | 0.0.11 | 0.26 | 0.3 | | 0.0.11 | 0.25 | 0.2 |