Compare commits

...

3 Commits

Author SHA1 Message Date
96f3457d55 Release 2024-03-14 12:45:20 -05:00
6b19103d5a Update changelog. 2024-03-14 12:45:11 -05:00
3cd68ddcbe chore: Upgrade Bevy to v0.13. 2024-03-14 12:44:32 -05:00
2 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## Version 0.6.0 - 2024-03-14
### Miscellaneous Tasks
- Upgrade Bevy to v0.13.
## Version 0.5.0 - 2024-02-09
### Bug Fixes

View File

@ -1,6 +1,6 @@
[package]
name = "bevy_synthizer"
version = "0.5.0"
version = "0.6.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
description = "A Bevy plugin for Synthizer, a library for 3D audio and synthesis with a focus on games and VR applications"
license = "MIT OR Apache-2.0"
@ -10,11 +10,11 @@ repository = "https://labs.lightsout.games/projects/bevy_synthizer"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.12", default-features = false, features = ["bevy_asset"] }
bevy = { version = "0.13", default-features = false, features = ["bevy_asset"] }
synthizer = "0.5.6"
[dev-dependencies]
bevy = { version = "0.12", default-features = true }
bevy = { version = "0.13", default-features = true }
[package.metadata.release]
publish = false