Skip to content

Commit 9f16db0

Browse files
committed
Bump version to 0.12.0
1 parent 9d2078b commit 9f16db0

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.11.0] - 2023-09-25
10+
## [0.12.0] - 2023-10-01
11+
12+
### Changed
1113

1214
- Add high-level API to extract replicated entities into `DynamicScene`.
1315
- Hide `ReplicationRules` from public API.
1416
- Move logic related to replication rules to `replicon_core::replication_rules` module.
1517

18+
## [0.11.0] - 2023-09-25
19+
1620
### Changed
1721

1822
- 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
161165

162166
Initial release after separation from [lifescape](https://github.com/lifescapegame/lifescape).
163167

164-
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.10.0...HEAD
168+
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.12.0...HEAD
169+
[0.12.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.11.0...v0.12.0
170+
[0.11.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.10.0...v0.11.0
165171
[0.10.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.1...v0.10.0
166172
[0.9.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.0...v0.9.1
167173
[0.9.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.8.0...v0.9.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_replicon"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["Hennadii Chernyshchyk <genaloner@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.65"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ See also [Tic-Tac-Toe](https://github.com/lifescapegame/bevy_replicon/tree/maste
1717

1818
| bevy | bevy_replicon |
1919
|--------|---------------|
20-
| 0.11.0 | 0.6-0.11 |
20+
| 0.11.0 | 0.6-0.12 |
2121
| 0.10.1 | 0.2-0.6 |
2222
| 0.10.0 | 0.1 |

0 commit comments

Comments
 (0)