Skip to content

Commit bba935d

Browse files
committed
Bump version to 0.39.0
1 parent 7a8d8b3 commit bba935d

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.39.0] - 2026-02-24
11+
1012
### Added
1113

1214
- `Remote` component that automatically inserted on entities spawned by replication.
@@ -1025,7 +1027,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10251027

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

1028-
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.38.2...HEAD
1030+
[unreleased]: https://github.com/simgine/bevy_replicon/compare/v0.39.0...HEAD
1031+
[0.39.0]: https://github.com/simgine/bevy_replicon/compare/v0.38.2...v0.39.0
10291032
[0.38.2]: https://github.com/simgine/bevy_replicon/compare/v0.38.1...v0.38.2
10301033
[0.38.1]: https://github.com/simgine/bevy_replicon/compare/v0.38.0...v0.38.1
10311034
[0.38.0]: https://github.com/simgine/bevy_replicon/compare/v0.37.2...v0.38.0

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.38.2"
3+
version = "0.39.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
@@ -71,7 +71,7 @@ Depending on your game, you may need additional features. We provide an API that
7171

7272
| bevy | bevy_replicon |
7373
| ------ | ------------- |
74-
| 0.18.0 | 0.38 |
74+
| 0.18.0 | 0.38-0.39 |
7575
| 0.17.0 | 0.36-0.37 |
7676
| 0.16.0 | 0.33-0.35 |
7777
| 0.15.0 | 0.29-0.32 |

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.38.0"
3+
version = "0.39.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.18", default-features = false, features = ["bevy_log"] }
25-
bevy_replicon = { path = "..", version = "0.38.0", default-features = false }
25+
bevy_replicon = { path = "..", version = "0.39.0", default-features = false }
2626
fastrand = "2.3"
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)