From fd321d9a60f64f919061b68701e7c90a6f420140 Mon Sep 17 00:00:00 2001 From: "Mitchell R. Vollger" Date: Sun, 8 Oct 2023 22:08:28 -0700 Subject: [PATCH] Release fibertools-rs v0.3.6 --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b937de..126ad056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,35 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the project tries but probably doesn't to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.6 (2023-10-09) + +### Chore + + - update + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Update ([`32e9121`](https://github.com/fiberseq/fibertools-rs/commit/32e9121f47e62e20b38600198f2f3fac3a4c88d6)) +
+ ## 0.3.5 (2023-10-09) + + + ### Chore - improve progress bar @@ -16,7 +43,7 @@ and the project tries but probably doesn't to adhere to [Semantic Versioning](ht - - 5 commits contributed to the release. + - 6 commits contributed to the release. - 1 day passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +55,7 @@ and the project tries but probably doesn't to adhere to [Semantic Versioning](ht
view details * **Uncategorized** + - Release fibertools-rs v0.3.5 ([`1e351db`](https://github.com/fiberseq/fibertools-rs/commit/1e351dbacefc18429ab0b4ddc0f42d907cd1531d)) - Release bio-io v0.3.2 ([`92b5918`](https://github.com/fiberseq/fibertools-rs/commit/92b5918cce1773a304017d4f5cee268145689580)) - Improve progress bar ([`9b7ceba`](https://github.com/fiberseq/fibertools-rs/commit/9b7ceba1f664fe6cdb553b5de43ff856a2cf94c2)) - Improve progress bar ([`c07f66b`](https://github.com/fiberseq/fibertools-rs/commit/c07f66b37f3e4e8d267578b7fc873c44e3df5d29)) diff --git a/Cargo.toml b/Cargo.toml index dd4376a4..983eb8dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "fibertools-rs" readme = "README.md" repository = "https://github.com/fiberseq/fibertools-rs" -version = "0.3.5" +version = "0.3.6" [[bin]] name = "ft"