-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from mwylde/0.2
Release 0.2
- Loading branch information
Showing
7 changed files
with
14 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "loopers-common" | ||
version = "0.1.2" | ||
version = "0.2.0" | ||
edition = "2018" | ||
authors = ["Micah Wylde <[email protected]>"] | ||
description = "Common code for loopers project. See loopers-jack for for the main project." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "loopers-engine" | ||
version = "0.1.2" | ||
version = "0.2.0" | ||
edition = "2018" | ||
authors = ["Micah Wylde <[email protected]>"] | ||
description = "Core engine for loopers project. See loopers-jack for for the main project." | ||
|
@@ -27,7 +27,7 @@ itertools = "0.10" | |
|
||
[dependencies.loopers-common] | ||
path = "../loopers-common" | ||
version = "0.1.2" | ||
version = "^0.2.0" | ||
|
||
[dev-dependencies] | ||
tempfile = "3.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "loopers-gui" | ||
version = "0.1.2" | ||
version = "0.2.0" | ||
edition = "2018" | ||
authors = ["Micah Wylde <[email protected]>"] | ||
description = "Gui for loopers project. See loopers-jack for for the main project." | ||
|
@@ -31,4 +31,4 @@ crossbeam-channel = "0.5" | |
|
||
[dependencies.loopers-common] | ||
path = "../loopers-common" | ||
version = "0.1.2" | ||
version = "^0.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "loopers" | ||
version = "0.1.2" | ||
version = "0.2.0" | ||
authors = ["Micah Wylde <[email protected]>"] | ||
description = "Loopers is graphical live looper, designed for ease of use and rock-solid stability" | ||
homepage = "https://github.com/mwylde/loopers" | ||
|
@@ -35,15 +35,15 @@ coreaudio-rs = {version = "0.10.0"} | |
|
||
[dependencies.loopers-common] | ||
path = "../loopers-common" | ||
version = "0.1.2" | ||
version = "^0.2.0" | ||
|
||
[dependencies.loopers-engine] | ||
path = "../loopers-engine" | ||
version = "0.1.2" | ||
version = "^0.2.0" | ||
|
||
[dependencies.loopers-gui] | ||
path = "../loopers-gui" | ||
version = "0.1.2" | ||
version = "^0.2.0" | ||
|
||
[features] | ||
fail-on-warnings = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters