Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikNatanael committed Nov 25, 2024
1 parent c2f4d3f commit 4f16d76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Current changes

## v0.5.1

- New examples (thank you Tuurlijk)
- Fixed a bug in calculating the node order when connecting a multiple output node to different nodes per output.

## v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions knyst/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "knyst"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Real time dynamic audio graph and synthesis library"
Expand All @@ -21,7 +21,7 @@ default = ["cpal", "jack", "assert_no_alloc"]
unstable = []

[dependencies]
knyst_macro = "0.5.0"
knyst_macro = "0.5.1"
slotmap = "1.0"
# For ergonomic error handling
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion knyst_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
description = "Real time dynamic audio graph and synthesis library"
readme = "README.md"
repository = "https://github.com/ErikNatanael/knyst"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
autotests = false

Expand Down

0 comments on commit 4f16d76

Please sign in to comment.