Skip to content

Commit

Permalink
Merge pull request #199 from greatest-ape/release-v0.9.1
Browse files Browse the repository at this point in the history
Release version 0.9.1
  • Loading branch information
greatest-ape authored Jul 3, 2024
2 parents 7078dc0 + a1a40b4 commit e347a93
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Unreleased
## 0.9.1 - 2024-07-03

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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.9.0
git checkout tags/v0.9.1
```

* Build and install the plugin:
Expand All @@ -92,7 +92,7 @@ git checkout tags/v0.9.0
* Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.:

```sh
git checkout tags/v0.9.0
git checkout tags/v0.9.1
```

* Build and install the plugin:
Expand Down Expand Up @@ -132,7 +132,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.9.0
git checkout tags/v0.9.1
```

* Build and install the plugin
Expand Down
2 changes: 1 addition & 1 deletion octasine-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "octasine-cli"
version = "0.9.0"
version = "0.9.1"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
license = "AGPL-3.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion octasine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "octasine"
version = "0.9.0"
version = "0.9.1"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
license = "AGPL-3.0"
edition = "2021"
Expand Down

0 comments on commit e347a93

Please sign in to comment.