Skip to content

Commit

Permalink
Bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 30, 2023
1 parent 1afab7a commit 81072b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions 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.16.0] - 2023-10-30

### Added

- API to configure max channel usage bytes in `NetworkChannels`.
Expand Down Expand Up @@ -233,8 +235,9 @@ 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.15.1...HEAD
[0.15.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.15.0...v0.15.1
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.15.1...v0.16.0
[0.15.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.14.0...v0.15.0
[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
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.15.1"
version = "0.16.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 @@ -16,6 +16,6 @@ See also [examples](https://github.com/lifescapegame/bevy_replicon/tree/master/e

| bevy | bevy_replicon |
|--------|---------------|
| 0.11.0 | 0.6-0.15 |
| 0.11.0 | 0.6-0.16 |
| 0.10.1 | 0.2-0.6 |
| 0.10.0 | 0.1 |

0 comments on commit 81072b9

Please sign in to comment.