Skip to content

Commit

Permalink
Bump version to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jul 4, 2024
1 parent 30ef986 commit 094406b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.27.0] - 2024-07-04

### Changed

- Update to Bevy `0.14.0-rc.4`.
Expand Down Expand Up @@ -542,7 +544,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release after separation from [Project Harmonia](https://github.com/projectharmonia/project_harmonia).

[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.3...HEAD
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0...HEAD
[0.27.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0...v0.27.0
[0.26.3]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.2...v0.26.3
[0.26.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.1...v0.26.2
[0.26.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.0...v0.26.1
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.27.0-rc.3"
version = "0.27.0"
authors = [
"Hennadii Chernyshchyk <[email protected]>",
"koe <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Have any questions? Feel free to ask in the dedicated [`bevy_replicon` channel](

| bevy | bevy_replicon |
| ----------- | ------------- |
| 0.14.0 | 0.27 |
| 0.13.0 | 0.23-0.26 |
| 0.12.1 | 0.18-0.22 |
| 0.11.0 | 0.6-0.17 |
Expand Down

0 comments on commit 094406b

Please sign in to comment.