Skip to content

Commit a7421e2

Browse files
committed
Bump version to 0.8.6
1 parent 1a17bf5 commit a7421e2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased
5+
## 0.8.6 - 2023-04-12
66

77
### Added
88

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ cd OctaSine
7979
* Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.:
8080

8181
```sh
82-
git checkout tags/v0.8.4
82+
git checkout tags/v0.8.6
8383
```
8484

8585
* Build and install the plugin:
@@ -98,7 +98,7 @@ git checkout tags/v0.8.4
9898
* Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.:
9999

100100
```sh
101-
git checkout tags/v0.8.4
101+
git checkout tags/v0.8.6
102102
```
103103

104104
* Build and install the plugin:
@@ -138,7 +138,7 @@ cd OctaSine
138138
* Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.:
139139

140140
```sh
141-
git checkout tags/v0.8.4
141+
git checkout tags/v0.8.6
142142
```
143143

144144
* Build and install the plugin

octasine-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "octasine-cli"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
authors = ["Joakim Frostegård <[email protected]>"]
55
license = "AGPL-3.0"
66
edition = "2021"
@@ -13,7 +13,7 @@ plot = ["plotlib"]
1313
wgpu = ["octasine/wgpu", "simplelog"]
1414

1515
[dependencies]
16-
octasine = { path = "../octasine", version = "0.8.5", default-features = false, features = ["vst2"] }
16+
octasine = { path = "../octasine", version = "0.8.6", default-features = false, features = ["vst2"] }
1717

1818
anyhow = "1"
1919
clap = { version = "4", features = ["derive"] }

octasine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "octasine"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
authors = ["Joakim Frostegård <[email protected]>"]
55
license = "AGPL-3.0"
66
edition = "2021"

0 commit comments

Comments
 (0)