Skip to content

Commit da98ee8

Browse files
committed
Bump version to 0.3.0
1 parent f2af78e commit da98ee8

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.3.0] - 2023-04-15
11+
1012
### Added
1113

1214
- Support for sending events that contains `Box<dyn Reflect>` via custom serialization implementation.
@@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4850

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

51-
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.2.3...HEAD
53+
[unreleased]: https://github.com/lifescapegame/bevy_replicon/compare/v0.3.0...HEAD
54+
[0.3.0]: https://github.com/lifescapegame/bevy_replicon/compare/v0.2.3...v0.3.0
5255
[0.2.3]: https://github.com/lifescapegame/bevy_replicon/compare/v0.2.2...v0.2.3
5356
[0.2.2]: https://github.com/lifescapegame/bevy_replicon/compare/v0.2.1...v0.2.2
5457
[0.2.1]: https://github.com/lifescapegame/bevy_replicon/compare/v0.2.0...v0.2.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.2.3"
3+
version = "0.3.0"
44
authors = ["Hennadii Chernyshchyk <genaloner@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.65"

0 commit comments

Comments
 (0)