Skip to content

Commit

Permalink
bump: 7.1.0 → 7.1.1 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sgelias committed Feb 21, 2024
1 parent c635a48 commit fe46d12
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "7.1.0"
version = "7.1.1"
version_files = [
"Cargo.toml",
"core/Cargo.toml",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolver = "2"

[workspace.package]

version = "7.1.0"
version = "7.1.1"
edition = "2021"
authors = ["Samuel Galvão Elias <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions ports/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit fe46d12

Please sign in to comment.