File tree Expand file tree Collapse file tree
bevy_replicon_example_backend Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.31.0] - 2025-02-04
11+
1012### Added
1113
1214- Derive ` Debug ` for ` FnsId ` .
@@ -723,7 +725,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
723725
724726Initial release after separation from [ Project Harmonia] ( https://github.com/projectharmonia/project_harmonia ) .
725727
726- [ unreleased ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.30.1...HEAD
728+ [ unreleased ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.31.0...HEAD
729+ [ 0.31.0 ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.30.1...v0.31.0
727730[ 0.30.1 ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.30.0...v0.30.1
728731[ 0.30.0 ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.29.2...v0.30.0
729732[ 0.29.2 ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.29.1...v0.29.2
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_replicon"
3- version = " 0.30.1 "
3+ version = " 0.31.0 "
44authors = [
55 " Hennadii Chernyshchyk <genaloner@gmail.com>" ,
66 " koe <ukoe@protonmail.com>" ,
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ So we are trying to provide an extensible core and encourage users to build thei
6666
6767| bevy | bevy_replicon |
6868| ------ | ------------- |
69- | 0.15.0 | 0.29-0.30 |
69+ | 0.15.0 | 0.29-0.31 |
7070| 0.14.0 | 0.27-0.28 |
7171| 0.13.0 | 0.23-0.26 |
7272| 0.12.1 | 0.18-0.22 |
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_replicon_example_backend"
3- version = " 0.30.1 "
3+ version = " 0.31.0 "
44authors = [
55 " Hennadii Chernyshchyk <genaloner@gmail.com>" ,
66 " koe <ukoe@protonmail.com>" ,
@@ -22,7 +22,7 @@ include = ["/src", "../LICENSE*"]
2222
2323[dependencies ]
2424bevy = { version = " 0.15" , default-features = false }
25- bevy_replicon = { path = " .." , version = " 0.30 " , default-features = false }
25+ bevy_replicon = { path = " .." , version = " 0.31 " , default-features = false }
2626
2727[dev-dependencies ]
2828bevy = { version = " 0.15" , default-features = false , features = [
You can’t perform that action at this time.
0 commit comments