We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e00b08 commit c92c293Copy full SHA for c92c293
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.0] - 2023-04-01
11
+
12
### Changed
13
14
- Use `#[reflect(MapEntities)]` from Bevy 0.10.1 instead of custom `#[reflect(MapEntity)]`.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bevy_replicon"
3
-version = "0.1.0"
+version = "0.2.0"
4
authors = ["Hennadii Chernyshchyk <genaloner@gmail.com>"]
5
edition = "2021"
6
rust-version = "1.65"
0 commit comments