Skip to content

Commit 42a632c

Browse files
committed
Bump version to 0.27.0-rc.2
1 parent 76c3948 commit 42a632c

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.27.0-rc.2] - 2024-06-16
11+
12+
### Changed
13+
14+
- Update to Bevy `0.14.0-rc.3`.
15+
1016
## [0.26.3] - 2024-06-09
1117

1218
### Added
@@ -525,7 +531,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
525531

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

528-
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0-rc.1...HEAD
534+
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0-rc.2...HEAD
535+
[0.27.0-rc.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0-rc.1...v0.27.0-rc.2
529536
[0.26.3]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.2...v0.26.3
530537
[0.27.0-rc.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.2...v0.27.0-rc.1
531538
[0.26.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.1...v0.26.2

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_replicon"
3-
version = "0.27.0-rc.1"
3+
version = "0.27.0-rc.2"
44
authors = [
55
"Hennadii Chernyshchyk <genaloner@gmail.com>",
66
"koe <ukoe@protonmail.com>",
@@ -21,7 +21,7 @@ license = "MIT OR Apache-2.0"
2121
include = ["/benches", "/src", "/tests", "/LICENSE*"]
2222

2323
[dependencies]
24-
bevy = { version = "0.14.0-rc.2", default-features = false, features = [
24+
bevy = { version = "0.14.0-rc.3", default-features = false, features = [
2525
"bevy_scene",
2626
] }
2727
bytes = "1.5"
@@ -31,7 +31,7 @@ varint-rs = "2.2"
3131
ordered-multimap = "0.7"
3232

3333
[dev-dependencies]
34-
bevy = { version = "0.14.0-rc.2", default-features = false, features = [
34+
bevy = { version = "0.14.0-rc.3", default-features = false, features = [
3535
"serialize",
3636
"bevy_asset",
3737
"bevy_sprite",
@@ -48,6 +48,6 @@ too_many_arguments = "allow"
4848
name = "replication"
4949
harness = false
5050

51-
# Removed until `bevy_renet` supports 0.14.0-rc.2.
51+
# Removed until `bevy_renet` supports 0.14.0-rc.3.
5252
# [workspace]
5353
# members = ["bevy_replicon_renet"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Have any questions? Feel free to ask in the dedicated [`bevy_replicon` channel](
7171

7272
| bevy | bevy_replicon |
7373
| ----------- | ------------- |
74+
| 0.14.0-rc.3 | 0.27.0-rc.2 |
7475
| 0.14.0-rc.2 | 0.27.0-rc.1 |
7576
| 0.13.0 | 0.23-0.26 |
7677
| 0.12.1 | 0.18-0.22 |

0 commit comments

Comments
 (0)