Skip to content

Commit

Permalink
Bump version to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed May 11, 2024
1 parent 9c75496 commit d6393e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.0] - 2024-05-11

### Added

- `AppMarkerExt` to customize how components will be written based on markers present without overriding deserialization functions. Now third-party prediction crates could be integrated much easier.
Expand Down Expand Up @@ -454,7 +456,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.24.1...HEAD
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.0...HEAD
[0.25.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.24.1...v0.25.0
[0.24.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.24.0...v0.24.1
[0.24.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.23.0...v0.24.0
[0.23.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.22.0...v0.23.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_replicon"
version = "0.24.1"
version = "0.25.0"
authors = [
"Hennadii Chernyshchyk <[email protected]>",
"koe <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Have any questions? Feel free to ask in the dedicated [`bevy_replicon` channel](

| bevy | bevy_replicon | bevy_replicon_renet |
| ------ | ------------- | ------------------- |
| 0.13.0 | 0.23-0.24 | 0.1 |
| 0.13.0 | 0.23-0.25 | 0.2 |
| 0.12.1 | 0.18-0.22 | |
| 0.11.0 | 0.6-0.17 | |
| 0.10.1 | 0.2-0.6 | |
Expand Down
4 changes: 2 additions & 2 deletions bevy_replicon_renet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_replicon_renet"
version = "0.1.0"
version = "0.2.0"
authors = [
"Hennadii Chernyshchyk <[email protected]>",
"koe <[email protected]>",
Expand All @@ -21,7 +21,7 @@ license = "MIT OR Apache-2.0"
include = ["/src", "/tests", "../LICENSE*"]

[dependencies]
bevy_replicon = { version = "0.24", path = ".." }
bevy_replicon = { version = "0.25", path = ".." }
bevy_renet = { version = "0.0.11", default-features = false }
bevy = { version = "0.13", default-features = false }

Expand Down

0 comments on commit d6393e4

Please sign in to comment.