File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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
4951Initial 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
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_replicon"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44authors = [" Hennadii Chernyshchyk <genaloner@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.65"
You can’t perform that action at this time.
0 commit comments