Skip to content

Commit

Permalink
Bump version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 6, 2023
1 parent 13aed92 commit 94be336
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.0] - 2023-10-05

### Added

- The ability to pre-spawn entities on client.
Expand Down Expand Up @@ -196,7 +198,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.13.0...HEAD
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.10.0...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_replicon"
version = "0.13.0"
version = "0.14.0"
authors = ["Hennadii Chernyshchyk <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ See also [Tic-Tac-Toe](https://github.com/lifescapegame/bevy_replicon/tree/maste

| bevy | bevy_replicon |
|--------|---------------|
| 0.11.0 | 0.6-0.13 |
| 0.11.0 | 0.6-0.14 |
| 0.10.1 | 0.2-0.6 |
| 0.10.0 | 0.1 |

0 comments on commit 94be336

Please sign in to comment.