Skip to content

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 1, 2023
1 parent 9d2078b commit 9f16db0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_replicon"
version = "0.11.0"
version = "0.12.0"
authors = ["Hennadii Chernyshchyk <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 9f16db0

Please sign in to comment.