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.9.0] - 2023-08-01
11+
1012### Added
1113
1214- ` ClientSet ` now available from ` prelude ` .
@@ -121,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121123
122124Initial release after separation from [ lifescape] ( https://github.com/lifescapegame/lifescape ) .
123125
124- [ unreleased ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.8.0...HEAD
126+ [ unreleased ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.9.0...HEAD
127+ [ 0.9.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.8.0...v0.9.0
125128[ 0.8.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.7.1...v0.8.0
126129[ 0.7.1 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.7.0...v0.7.1
127130[ 0.7.0 ] : https://github.com/lifescapegame/bevy_replicon/compare/v0.6.1...v0.7.0
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_replicon"
3- version = " 0.8 .0"
3+ version = " 0.9 .0"
44authors = [" Hennadii Chernyshchyk <genaloner@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.65"
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ See the quick start guide by clicking on the docs badge.
1212
1313| bevy | bevy_replicon |
1414| --------| ---------------|
15- | 0.11.0 | 0.2 -0.8 |
15+ | 0.11.0 | 0.6 -0.9 |
1616| 0.10.1 | 0.2-0.6 |
1717| 0.10.0 | 0.1 |
You can’t perform that action at this time.
0 commit comments