Skip to content

Commit

Permalink
Bump version to 0.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Sep 13, 2024
1 parent 889d28c commit 87cb003
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.28.3] - 2024-09-13

### Changed

- Ignore replicated components that don't have type registration or missing `#[reflect(Component)]` in `scene::replicate_into` instead of panicking.
- Rename `has_authority` condition into `server_or_singleplayer`. Old name still works, but marked as deprecated.

## [0.28.2] - 2024-09-09

### Changed

- Rename `has_authority` condition into `server_or_singleplayer`. Old name still works, but marked as deprecated.
- Make `ReplicatedClients::new` public.

## [0.28.1] - 2024-09-04
Expand Down Expand Up @@ -580,8 +582,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release after separation from [Project Harmonia](https://github.com/projectharmonia/project_harmonia).

[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.2...HEAD
[0.28.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.1...v0.28.2
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.3...HEAD
[0.28.3]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.2...v0.28.3
[0.28.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.1...v0.28.2
[0.28.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.28.0...v0.28.1
[0.28.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.27.0...v0.28.0
[0.27.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.26.3...v0.27.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_replicon"
version = "0.28.2"
version = "0.28.3"
authors = [
"Hennadii Chernyshchyk <genaloner@gmail.com>",
"koe <ukoe@protonmail.com>",
Expand Down

0 comments on commit 87cb003

Please sign in to comment.