Skip to content

Commit e0a83fa

Browse files
committed
Bump version to 0.7.1
1 parent d7bce24 commit e0a83fa

2 files changed

Lines changed: 5 additions & 2 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.7.1] - 2023-07-20
11+
1012
### Changed
1113

1214
- Re-export `transport` module from `bevy_renet`.
@@ -104,7 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104106

105107
Initial release after separation from [lifescape](https://github.com/lifescapegame/lifescape).
106108

107-
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.7.0...HEAD
109+
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.7.1...HEAD
110+
[0.7.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.7.0...v0.7.1
108111
[0.7.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.6.1...v0.7.0
109112
[0.6.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.6.0...v0.6.1
110113
[0.6.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.5.0...v0.6.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.7.0"
3+
version = "0.7.1"
44
authors = ["Hennadii Chernyshchyk <genaloner@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.65"

0 commit comments

Comments
 (0)