Skip to content

Commit

Permalink
Bump version to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Sep 3, 2024
1 parent 818a252 commit fae15a1
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.28.0] - 2024-09-03

### Added

- `ServerEventAppExt::make_independent` to let events be triggered without waiting for replication on the same tick.
Expand Down Expand Up @@ -561,8 +563,9 @@ 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.27.0...HEAD
[0.27.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0...v0.27.0
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.0...HEAD
[0.28.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0...v0.28.0
[0.27.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.3...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"
version = "0.28.0"
authors = [
"Hennadii Chernyshchyk <[email protected]>",
"koe <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Have any questions? Feel free to ask in the dedicated [`bevy_replicon` channel](

| bevy | bevy_replicon |
| ----------- | ------------- |
| 0.14.0 | 0.27 |
| 0.14.0 | 0.27-0.28 |
| 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 fae15a1

Please sign in to comment.