Skip to content

Commit f50adea

Browse files
committed
Bump version to 0.5.0
1 parent 49cf84c commit f50adea

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.5.0] - 2024-09-04
11+
1012
### Changed
1113

1214
- Update to `bevy_replicon` 0.28.
@@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4446

4547
First release after I/O abstraction.
4648

47-
[unreleased]: https://github.com/projectharmonia/bevy_replicon_renet/compare/v0.4.0...HEAD
49+
[unreleased]: https://github.com/projectharmonia/bevy_replicon_renet/compare/v0.5.0...HEAD
50+
[0.5.0]: https://github.com/projectharmonia/bevy_replicon_renet/compare/v0.4.0...v0.5.0
4851
[0.4.0]: https://github.com/projectharmonia/bevy_replicon_renet/releases/tag/v0.4.0
4952
[0.3.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.2.0...v0.3.0
5053
[0.2.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.1.0...v0.2.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_renet"
3-
version = "0.4.0"
3+
version = "0.5.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
@@ -16,6 +16,7 @@ See also [examples](examples).
1616

1717
| bevy_renet | bevy_replicon | bevy_replicon_renet |
1818
| ---------- | ------------- | ------------------- |
19+
| 0.0.12 | 0.28 | 0.5 |
1920
| 0.0.12 | 0.27 | 0.4 |
2021
| 0.0.11 | 0.26 | 0.3 |
2122
| 0.0.11 | 0.25 | 0.2 |

0 commit comments

Comments
 (0)