Skip to content

Commit

Permalink
Bump version to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed May 26, 2024
1 parent 8f48944 commit 5325a47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions 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.26.0] - 2024-05-26

### Added

- `ClientEventsPlugin` and `ServerEventsPlugin` that are required for events (available from the `RepliconPlugins` group). Can be disabled if you don't use them.
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.25.3"
version = "0.26.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 @@ -71,7 +71,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.25 | 0.2 |
| 0.13.0 | 0.23-0.26 | 0.1-0.3 |
| 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.2.0"
version = "0.3.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.25", path = ".." }
bevy_replicon = { version = "0.26", path = ".." }
bevy_renet = { version = "0.0.11", default-features = false }
bevy = { version = "0.13", default-features = false }

Expand Down

0 comments on commit 5325a47

Please sign in to comment.