Skip to content

Commit 94be336

Browse files
committed
Bump version 0.14.0
1 parent 13aed92 commit 94be336

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.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

197199
Initial 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

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.13.0"
3+
version = "0.14.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.13 |
20+
| 0.11.0 | 0.6-0.14 |
2121
| 0.10.1 | 0.2-0.6 |
2222
| 0.10.0 | 0.1 |

0 commit comments

Comments
 (0)