Skip to content

Commit 90ba1a1

Browse files
committed
Bump version to 0.10.0
1 parent fba0e65 commit 90ba1a1

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.10.0] - 2023-09-13
11+
1012
### Changed
1113

1214
- `MapEventEntities` was renamed into `MapNetworkEntities` and now used for both components and events. Built-in `MapEntities` trait from Bevy is not suited for network case for now.
@@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139141

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

142-
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.1...HEAD
144+
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.10.0...HEAD
145+
[0.10.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.1...v0.10.0
143146
[0.9.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.0...v0.9.1
144147
[0.9.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.8.0...v0.9.0
145148
[0.8.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.7.1...v0.8.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.9.1"
3+
version = "0.10.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
@@ -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.6-0.9 |
15+
| 0.11.0 | 0.6-0.10 |
1616
| 0.10.1 | 0.2-0.6 |
1717
| 0.10.0 | 0.1 |

0 commit comments

Comments
 (0)