File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.5.0] - 2024-09-04
11
+
10
12
### Changed
11
13
12
14
- Update to ` bevy_replicon ` 0.28.
@@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
46
45
47
First release after I/O abstraction.
46
48
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
48
51
[ 0.4.0 ] : https://github.com/projectharmonia/bevy_replicon_renet/releases/tag/v0.4.0
49
52
[ 0.3.0 ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.2.0...v0.3.0
50
53
[ 0.2.0 ] : https://github.com/projectharmonia/bevy_replicon/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bevy_replicon_renet"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
authors = [
5
5
" Hennadii Chernyshchyk <[email protected] >" ,
6
6
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ See also [examples](examples).
16
16
17
17
| bevy_renet | bevy_replicon | bevy_replicon_renet |
18
18
| ---------- | ------------- | ------------------- |
19
+ | 0.0.12 | 0.28 | 0.5 |
19
20
| 0.0.12 | 0.27 | 0.4 |
20
21
| 0.0.11 | 0.26 | 0.3 |
21
22
| 0.0.11 | 0.25 | 0.2 |
You can’t perform that action at this time.
0 commit comments