Skip to content

Commit

Permalink
update glam
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed Sep 2, 2024
1 parent 17510ab commit 89cf479
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.9.5 - September 2, 2024

- Update `glam` to 0.29.0

# v0.9.4 - August 8, 2024

- Fix bug where static sounds played backwards would never be marked as finished,
Expand Down
4 changes: 2 additions & 2 deletions crates/kira/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kira"
version = "0.9.4"
version = "0.9.5"
authors = ["Andrew Minnich <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -12,7 +12,7 @@ readme = "../../README.md"

[dependencies]
assert_no_alloc = { version = "1.1.2", optional = true }
glam = { version = "0.28.0", features = ["mint"] }
glam = { version = "0.29.0", features = ["mint"] }
mint = "0.5.9"
paste = "1.0.14"
ringbuf = "0.3.1"
Expand Down

0 comments on commit 89cf479

Please sign in to comment.