Skip to content

Commit 921032e

Browse files
committed
Bump version to 0.31.0
1 parent 9ff486c commit 921032e

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

724726
Initial 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_replicon"
3-
version = "0.30.1"
3+
version = "0.31.0"
44
authors = [
55
"Hennadii Chernyshchyk <genaloner@gmail.com>",
66
"koe <ukoe@protonmail.com>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

bevy_replicon_example_backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_replicon_example_backend"
3-
version = "0.30.1"
3+
version = "0.31.0"
44
authors = [
55
"Hennadii Chernyshchyk <genaloner@gmail.com>",
66
"koe <ukoe@protonmail.com>",
@@ -22,7 +22,7 @@ include = ["/src", "../LICENSE*"]
2222

2323
[dependencies]
2424
bevy = { 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]
2828
bevy = { version = "0.15", default-features = false, features = [

0 commit comments

Comments
 (0)