From fe46d122088b2fd1ad4f0c7977238062eaf6f947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Galv=C3=A3o=20Elias?= Date: Wed, 21 Feb 2024 08:46:47 -0300 Subject: [PATCH] =?UTF-8?q?bump:=207.1.0=20=E2=86=92=207.1.1=20[skip-ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- adapters/proc/Cargo.toml | 2 +- ports/cli/Cargo.toml | 4 ++-- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.cz.toml b/.cz.toml index e68477d..6b52691 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "7.1.0" +version = "7.1.1" version_files = [ "Cargo.toml", "core/Cargo.toml", diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd4874..d143cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v7.1.1 (2024-02-21) + +### Fix + +- **gh:issue3**: The qiime default header was included into the generated qiime database + ## v7.1.0 (2024-02-20) ### Feat diff --git a/Cargo.toml b/Cargo.toml index 011ba35..7de545f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ resolver = "2" [workspace.package] -version = "7.1.0" +version = "7.1.1" edition = "2021" authors = ["Samuel Galvão Elias "] license = "Apache-2.0" diff --git a/adapters/proc/Cargo.toml b/adapters/proc/Cargo.toml index 02e41a8..3f161cd 100644 --- a/adapters/proc/Cargo.toml +++ b/adapters/proc/Cargo.toml @@ -17,7 +17,7 @@ categories.workspace = true mycelium-base.workspace = true subprocess.workspace = true -blutils-core = { version = "7.1.0", path = "../../core" } +blutils-core = { version = "7.1.1", path = "../../core" } [lib] diff --git a/ports/cli/Cargo.toml b/ports/cli/Cargo.toml index 35db666..0f9f0fd 100644 --- a/ports/cli/Cargo.toml +++ b/ports/cli/Cargo.toml @@ -18,8 +18,8 @@ categories.workspace = true clap.workspace = true tracing.workspace = true tracing-subscriber.workspace = true -blutils-core = { version = "7.1.0", path = "../../core" } -blutils-proc-adapter = { version = "7.1.0", path = "../../adapters/proc" } +blutils-core = { version = "7.1.1", path = "../../core" } +blutils-proc-adapter = { version = "7.1.1", path = "../../adapters/proc" } [[bin]]