Skip to content

Commit

Permalink
Merge pull request #142 from NiklasEi/release-0-22
Browse files Browse the repository at this point in the history
Bump version to 0.22
  • Loading branch information
NiklasEi authored Jan 5, 2025
2 parents 6c32627 + 15d8c6f commit dab53e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_kira_audio"
version = "0.21.0"
version = "0.22.0"
authors = ["Niklas Eicker <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit dab53e7

Please sign in to comment.