From d212aea644eb973d0fe969e37aac4211c856ea32 Mon Sep 17 00:00:00 2001 From: Mitchell Robert Vollger Date: Mon, 9 Sep 2024 21:09:31 -0700 Subject: [PATCH] chore: Release fibertools-rs version 0.5.4 --- CHANGELOG.md | 9 ++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8dc66e5..d33c521f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. ## [0.5.4] - 2024-09-10 -- Added filtering expressions to `ft` https://github.com/fiberseq/fibertools-rs/pull/57 -- ADD `ft qc` https://github.com/fiberseq/fibertools-rs/pull/59 -- Extended QC commands and added FIRE to prediction https://github.com/fiberseq/fibertools-rs/pull/60 +### ⚙️ Miscellaneous Tasks + +- Update changelog with release +- Readme +- Readme +- Readme ## [0.5.3] - 2024-07-31 diff --git a/Cargo.lock b/Cargo.lock index 33939daa..36c89404 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,7 +1401,7 @@ checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da" [[package]] name = "fibertools-rs" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5bd3d940..85778413 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.5.3" +version = "0.5.4" # exclude py-ft and test data from cargo publish since they are too large exclude = ["py-ft/", "tests/data/"]