File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
526532Initial 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
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_replicon"
3- version = " 0.27.0-rc.1 "
3+ version = " 0.27.0-rc.2 "
44authors = [
55 " Hennadii Chernyshchyk <genaloner@gmail.com>" ,
66 " koe <ukoe@protonmail.com>" ,
@@ -21,7 +21,7 @@ license = "MIT OR Apache-2.0"
2121include = [" /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] }
2727bytes = " 1.5"
@@ -31,7 +31,7 @@ varint-rs = "2.2"
3131ordered-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"
4848name = " replication"
4949harness = 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"]
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments