File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
162166Initial 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
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_replicon"
3- version = " 0.11 .0"
3+ version = " 0.12 .0"
44authors = [" Hennadii Chernyshchyk <genaloner@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.65"
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments