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,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.14.0] - 2023-10-05
11+
1012### Added
1113
1214- The ability to pre-spawn entities on client.
@@ -196,7 +198,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
196198
197199Initial release after separation from [ lifescape] ( https://github.com/lifescapegame/lifescape ) .
198200
199- [ unreleased ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.13.0...HEAD
201+ [ unreleased ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.14.0...HEAD
202+ [ 0.14.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.13.0...v0.14.0
200203[ 0.13.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.12.0...v0.13.0
201204[ 0.12.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.11.0...v0.12.0
202205[ 0.11.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.10.0...v0.11.0
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_replicon"
3- version = " 0.13 .0"
3+ version = " 0.14 .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.13 |
20+ | 0.11.0 | 0.6-0.14 |
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