From 15d8c6f580cca371b64548bac1c876b4ebc4631f Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Sun, 5 Jan 2025 16:44:06 +0100 Subject: [PATCH] Bump version to 0.22 --- CHANGELOG.md | 1 + Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9901e..2b4d6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog +## v0.22.0 - 05.01.2025 - Update Kira to 0.9 - Removed `playback_region` from `SoundSettings` - Add `android_shared_stdcxx` feature for Android Builds diff --git a/Cargo.toml b/Cargo.toml index ea6dcda..519a72b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_kira_audio" -version = "0.21.0" +version = "0.22.0" authors = ["Niklas Eicker "] edition = "2021" license = "MIT OR Apache-2.0" @@ -30,7 +30,7 @@ kira = { version = "0.9.6", default-features = false, features = ["cpal"] } ron = { version = "0.8", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } parking_lot = "0.12" -thiserror = "1.0" +thiserror = "2" [dev-dependencies.bevy] version = "0.15.0" diff --git a/README.md b/README.md index 3bf7db5..0e97296 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Compatibility of `bevy_kira_audio` versions: | Bevy version | `bevy_kira_audio` version | |:-------------|:--------------------------| -| `0.15` | `0.21` | +| `0.15` | `0.21` - `0.22` | | `0.14` | `0.20` | | `0.13` | `0.19` | | `0.12` | `0.18` |