Compare commits
No commits in common. "c14f94eb763fed300ea552dbb3c73a17bee204df" and "855fb714dab46fbf7d06f825e7044979efaaf21d" have entirely different histories.
c14f94eb76
...
855fb714da
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,16 +2,6 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## Version 0.3.0 - 2023-04-03
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- [**breaking**] Renamed `SynthizerSystems` to `SynthizerSets`.
|
|
||||||
|
|
||||||
### Miscellaneous Tasks
|
|
||||||
|
|
||||||
- Restructure system schedule to more idiomatic Bevy 0.10 style.
|
|
||||||
|
|
||||||
## Version 0.2.0 - 2023-03-06
|
## Version 0.2.0 - 2023-03-06
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bevy_synthizer"
|
name = "bevy_synthizer"
|
||||||
version = "0.3.0"
|
version = "0.2.0"
|
||||||
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
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"
|
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"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user