From 9f16db09b8339306f50e3919f42b74629260cc2b Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Sun, 1 Oct 2023 16:18:54 +0300 Subject: [PATCH] Bump version to 0.12.0 --- CHANGELOG.md | 10 ++++++++-- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e85ca7..22fd8b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.11.0] - 2023-09-25 +## [0.12.0] - 2023-10-01 + +### Changed - Add high-level API to extract replicated entities into `DynamicScene`. - Hide `ReplicationRules` from public API. - Move logic related to replication rules to `replicon_core::replication_rules` module. +## [0.11.0] - 2023-09-25 + ### Changed - Serialize all components and events using varint. @@ -161,7 +165,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release after separation from [lifescape](https://github.com/lifescapegame/lifescape). -[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.10.0...HEAD +[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.11.0...v0.12.0 +[0.11.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.1...v0.10.0 [0.9.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.8.0...v0.9.0 diff --git a/Cargo.toml b/Cargo.toml index f5fdd911..abe6fba7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_replicon" -version = "0.11.0" +version = "0.12.0" authors = ["Hennadii Chernyshchyk "] edition = "2021" rust-version = "1.65" diff --git a/README.md b/README.md index 4de16916..27a7676a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,6 @@ See also [Tic-Tac-Toe](https://github.com/lifescapegame/bevy_replicon/tree/maste | bevy | bevy_replicon | |--------|---------------| -| 0.11.0 | 0.6-0.11 | +| 0.11.0 | 0.6-0.12 | | 0.10.1 | 0.2-0.6 | | 0.10.0 | 0.1 |