Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Aug 1, 2023
1 parent 141fd56 commit ece981e
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.9.0] - 2023-08-01

### Added

- `ClientSet` now available from `prelude`.
Expand Down Expand Up @@ -121,7 +123,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.8.0...HEAD
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.6.1...v0.7.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.8.0"
version = "0.9.0"
authors = ["Hennadii Chernyshchyk <genaloner@gmail.com>"]
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 @@ -12,6 +12,6 @@ See the quick start guide by clicking on the docs badge.

| bevy | bevy_replicon |
|--------|---------------|
| 0.11.0 | 0.2-0.8 |
| 0.11.0 | 0.6-0.9 |
| 0.10.1 | 0.2-0.6 |
| 0.10.0 | 0.1 |

0 comments on commit ece981e

Please sign in to comment.