diff options
author | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2023-07-11 19:45:44 +0200 |
---|---|---|
committer | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2023-07-11 19:45:44 +0200 |
commit | 6db4d5c81a3a2c2a38e99b1ed061de99c67b8ae0 (patch) | |
tree | 9f23f62835724f961739b5f774d529d07f523095 | |
parent | e583fa1cc9d65e952afd61d6a74ee3bfb161420b (diff) |
[changelog] update to 0.5.0
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fd82f..2ec11f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version 0.5.0 (2023-07-11) + +- Update plugins, tests & examples to use Bevy 0.11 +- Update quinn & rustls +- Update other dependencies: tokio, bytes, rcgen +- [example:breakout] Reduce the collision sound volume + ## Version 0.4.0 (2023-03-07) - Update Bevy to 0.10 |