From a1a40b42cb13ca8382751bf20f5711f29447a8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 3 Jul 2024 12:47:03 +0200 Subject: [PATCH] Bump version to 0.9.1 --- CHANGELOG.md | 2 +- Cargo.lock | 4 ++-- README.md | 6 +++--- octasine-cli/Cargo.toml | 2 +- octasine/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a52fe3..0039dd5f 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.9.1 - 2024-07-03 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1ee79800..43282cfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2185,7 +2185,7 @@ dependencies = [ [[package]] name = "octasine" -version = "0.9.0" +version = "0.9.1" dependencies = [ "ahash", "anyhow", @@ -2236,7 +2236,7 @@ dependencies = [ [[package]] name = "octasine-cli" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "clap", diff --git a/README.md b/README.md index 077bf49f..d6d2afb1 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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: @@ -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 diff --git a/octasine-cli/Cargo.toml b/octasine-cli/Cargo.toml index e1ebcc39..0127ce1f 100644 --- a/octasine-cli/Cargo.toml +++ b/octasine-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octasine-cli" -version = "0.9.0" +version = "0.9.1" authors = ["Joakim FrostegÄrd "] license = "AGPL-3.0" edition = "2021" diff --git a/octasine/Cargo.toml b/octasine/Cargo.toml index 7273b0f3..96573433 100644 --- a/octasine/Cargo.toml +++ b/octasine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octasine" -version = "0.9.0" +version = "0.9.1" authors = ["Joakim FrostegÄrd "] license = "AGPL-3.0" edition = "2021"