Compare commits

...

2 Commits

Author SHA1 Message Date
2364f638db Release
All checks were successful
Release / release (push) Successful in 2m57s
Test / test (ubuntu-latest) (push) Successful in 2m7s
2024-07-07 10:59:01 -05:00
3bcf232f1e Update changelog. 2024-07-07 10:58:49 -05:00
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@
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.7.0 - 2024-07-07
### Miscellaneous Tasks
- Add pre-commit.
- Switch to Gitea Actions.
- Upgrade to Bevy 0.14.
## Version 0.6.0 - 2024-03-14 ## Version 0.6.0 - 2024-03-14
### Miscellaneous Tasks ### Miscellaneous Tasks

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bevy_synthizer" name = "bevy_synthizer"
version = "0.6.0" version = "0.7.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"