Skip to content

Commit

Permalink
bump version from 0.2.2 to 0.3.0
Browse files Browse the repository at this point in the history
New Functionality
* Can get port by id

Safety Improvements
* `JackHandler` functions now take & instead of &mut
* `JackHandler` now requires `Sync`

Misc
* Functionality exposed through modules instead of global jack:: namespace
* Added more testing, though still flaky
  • Loading branch information
wmedrano committed Jan 22, 2017
1 parent 557af72 commit 6d2de22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jack"
version = "0.2.2"
version = "0.3.0"
authors = ["Will S. Medrano <will.s.medrano@gmail.com>"]
description = "Real time audio and midi using safe JACK bindings."
documentation = "https://wmedrano.github.io/rust-jack/jack/index.html"
Expand Down

0 comments on commit 6d2de22

Please sign in to comment.