Skip to content

Commit 66bef44

Browse files
committed
Bump version to 0.36.0
1 parent 0dc66d9 commit 66bef44

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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.36.0] - 2025-10-04
11+
1012
### Added
1113

1214
- `Debug` derive for `FromClient`.
@@ -931,7 +933,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
931933

932934
Initial release after separation from [Project Harmonia](https://github.com/simgine/project_harmonia).
933935

934-
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.35.1...HEAD
936+
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.36.0...HEAD
937+
[0.36.0]: https://github.com/simgine/bevy_replicon/compare/v0.35.1...v0.36.0
935938
[0.35.1]: https://github.com/simgine/bevy_replicon/compare/v0.35.0...v0.35.1
936939
[0.35.0]: https://github.com/simgine/bevy_replicon/compare/v0.34.4...v0.35.0
937940
[0.34.4]: https://github.com/simgine/bevy_replicon/compare/v0.34.3...v0.34.4

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.35.1"
3+
version = "0.36.0"
44
authors = [
55
"Hennadii Chernyshchyk <[email protected]>",
66

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Depending on your game, you may need additional features. We provide an API that
7676

7777
| bevy | bevy_replicon |
7878
| ------ | ------------- |
79+
| 0.17.0 | 0.36 |
7980
| 0.16.0 | 0.33-0.35 |
8081
| 0.15.0 | 0.29-0.32 |
8182
| 0.14.0 | 0.27-0.28 |

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.35.0"
3+
version = "0.36.0"
44
authors = [
55
"Hennadii Chernyshchyk <[email protected]>",
66
@@ -22,7 +22,7 @@ include = ["/src", "../LICENSE*"]
2222

2323
[dependencies]
2424
bevy = { version = "0.17", default-features = false, features = ["bevy_log"] }
25-
bevy_replicon = { path = "..", version = "0.35.0", default-features = false }
25+
bevy_replicon = { path = "..", version = "0.36.0", default-features = false }
2626
fastrand = "2.3"
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)