Skip to content

Commit ecb2644

Browse files
committed
Bump version to 0.9.1
1 parent 0a023c0 commit ecb2644

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.1] - 2023-08-05
11+
12+
### Changed
13+
14+
- Fix event cleanup.
15+
1016
## [0.9.0] - 2023-08-01
1117

1218
### Added
@@ -123,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123129

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

126-
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.0...HEAD
132+
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.1...HEAD
133+
[0.9.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.9.0...v0.9.1
127134
[0.9.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.8.0...v0.9.0
128135
[0.8.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.7.1...v0.8.0
129136
[0.7.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.7.0...v0.7.1

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.9.0"
3+
version = "0.9.1"
44
authors = ["Hennadii Chernyshchyk <genaloner@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.65"

0 commit comments

Comments
 (0)