diff --git a/CHANGELOG.md b/CHANGELOG.md index 55045212..f6ad938a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 0.8.4 - 2023-04-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3fe9a9f5..b5860b41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2030,7 +2030,7 @@ dependencies = [ [[package]] name = "octasine" -version = "0.8.3" +version = "0.8.4" dependencies = [ "ahash 0.8.3", "anyhow", @@ -2078,7 +2078,7 @@ dependencies = [ [[package]] name = "octasine-cli" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "clap 4.2.1", diff --git a/README.md b/README.md index d48b9cb9..e34d0a68 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ cd OctaSine * Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.: ```sh -git checkout tags/v0.8.3 +git checkout tags/v0.8.4 ``` * Build and install the plugin: @@ -98,7 +98,7 @@ git checkout tags/v0.8.3 * Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.: ```sh -git checkout tags/v0.8.3 +git checkout tags/v0.8.4 ``` * Build and install the plugin: @@ -138,7 +138,7 @@ cd OctaSine * Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.: ```sh -git checkout tags/v0.8.3 +git checkout tags/v0.8.4 ``` * Build and install the plugin diff --git a/octasine-cli/Cargo.toml b/octasine-cli/Cargo.toml index 5b2204d2..fa10e7e2 100644 --- a/octasine-cli/Cargo.toml +++ b/octasine-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octasine-cli" -version = "0.8.3" +version = "0.8.4" authors = ["Joakim FrostegÄrd "] license = "AGPL-3.0" edition = "2021" @@ -13,7 +13,7 @@ plot = ["plotlib"] wgpu = ["octasine/wgpu", "simplelog"] [dependencies] -octasine = { path = "../octasine", version = "0.8.2", default-features = false, features = ["vst2"] } +octasine = { path = "../octasine", version = "0.8.4", default-features = false, features = ["vst2"] } anyhow = "1" clap = { version = "4", features = ["derive"] } diff --git a/octasine/Cargo.toml b/octasine/Cargo.toml index 7669439d..6f668bfe 100644 --- a/octasine/Cargo.toml +++ b/octasine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octasine" -version = "0.8.3" +version = "0.8.4" authors = ["Joakim FrostegÄrd "] license = "AGPL-3.0" edition = "2021"