Skip to content

Commit

Permalink
Bump version to 0.27.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jun 16, 2024
1 parent 76c3948 commit 42a632c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.0-rc.2] - 2024-06-16

### Changed

- Update to Bevy `0.14.0-rc.3`.

## [0.26.3] - 2024-06-09

### Added
Expand Down Expand Up @@ -525,7 +531,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.27.0-rc.1...HEAD
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0-rc.2...HEAD
[0.27.0-rc.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0-rc.1...v0.27.0-rc.2
[0.26.3]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.2...v0.26.3
[0.27.0-rc.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.2...v0.27.0-rc.1
[0.26.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.1...v0.26.2
Expand Down
8 changes: 4 additions & 4 deletions 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.1"
version = "0.27.0-rc.2"
authors = [
"Hennadii Chernyshchyk <genaloner@gmail.com>",
"koe <ukoe@protonmail.com>",
Expand All @@ -21,7 +21,7 @@ license = "MIT OR Apache-2.0"
include = ["/benches", "/src", "/tests", "/LICENSE*"]

[dependencies]
bevy = { version = "0.14.0-rc.2", default-features = false, features = [
bevy = { version = "0.14.0-rc.3", default-features = false, features = [
"bevy_scene",
] }
bytes = "1.5"
Expand All @@ -31,7 +31,7 @@ varint-rs = "2.2"
ordered-multimap = "0.7"

[dev-dependencies]
bevy = { version = "0.14.0-rc.2", default-features = false, features = [
bevy = { version = "0.14.0-rc.3", default-features = false, features = [
"serialize",
"bevy_asset",
"bevy_sprite",
Expand All @@ -48,6 +48,6 @@ too_many_arguments = "allow"
name = "replication"
harness = false

# Removed until `bevy_renet` supports 0.14.0-rc.2.
# Removed until `bevy_renet` supports 0.14.0-rc.3.
# [workspace]
# members = ["bevy_replicon_renet"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Have any questions? Feel free to ask in the dedicated [`bevy_replicon` channel](

| bevy | bevy_replicon |
| ----------- | ------------- |
| 0.14.0-rc.3 | 0.27.0-rc.2 |
| 0.14.0-rc.2 | 0.27.0-rc.1 |
| 0.13.0 | 0.23-0.26 |
| 0.12.1 | 0.18-0.22 |
Expand Down

0 comments on commit 42a632c

Please sign in to comment.