From 3aa1f896705a4dd2d623dfc266b297f7acf5ea42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:39:23 +0000 Subject: [PATCH] chore(master): release 1.0.1 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e2921..c5bb2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.1](https://github.com/rust-bio/rust-bio-types/compare/v1.0.0...v1.0.1) (2023-08-28) + + +### Bug Fixes + +* make dependabot commit message follow conventional commits ([#55](https://github.com/rust-bio/rust-bio-types/issues/55)) ([f727826](https://github.com/rust-bio/rust-bio-types/commit/f72782674f28d152d0775605ee9c50bd45355b79)) + + +### Dependencies + +* bump clap from 3.2.25 to 4.3.19 ([2e1b414](https://github.com/rust-bio/rust-bio-types/commit/2e1b4143fc0012b7c21914d3c5f0ca851d2ae42d)) +* bump clap from 4.3.19 to 4.3.21 ([ffae0ba](https://github.com/rust-bio/rust-bio-types/commit/ffae0ba47e5cf5e160ccf911b5095a7cbe64738b)) +* bump serde from 1.0.136 to 1.0.174 ([cb9f249](https://github.com/rust-bio/rust-bio-types/commit/cb9f249343859a7ec7a050643d09199941a913ee)) +* bump serde from 1.0.174 to 1.0.179 ([e07a44c](https://github.com/rust-bio/rust-bio-types/commit/e07a44c687edbdd2e7d91524805e0da8140f4040)) +* bump serde from 1.0.179 to 1.0.183 ([43c00bd](https://github.com/rust-bio/rust-bio-types/commit/43c00bd4248248a2ca4a68a06b747e5eab0c34f1)) +* bump serde from 1.0.183 to 1.0.188 ([7c41547](https://github.com/rust-bio/rust-bio-types/commit/7c41547380e34d8827082696d62c868447110f1e)) +* bump strum_macros from 0.24.3 to 0.25.1 ([#56](https://github.com/rust-bio/rust-bio-types/issues/56)) ([0487bf4](https://github.com/rust-bio/rust-bio-types/commit/0487bf468b59731d36f59fdd1dad796cca0068d2)) +* bump thiserror from 1.0.29 to 1.0.44 ([cb9a4d0](https://github.com/rust-bio/rust-bio-types/commit/cb9a4d04ff79225da72a28812428c088d5b4376b)) + ## [1.0.0](https://www.github.com/rust-bio/rust-bio-types/compare/v0.13.0...v1.0.0) (2023-06-06) diff --git a/Cargo.lock b/Cargo.lock index 2c50aea..675faf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "bio-types" -version = "1.0.0" +version = "1.0.1" dependencies = [ "clap", "derive-new", diff --git a/Cargo.toml b/Cargo.toml index 518f2ae..fec9a52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bio-types" -version = "1.0.0" +version = "1.0.1" authors = ["Johannes Köster "] description = "A collection of common biomedical types for use in rust-bio and rust-htslib." homepage = "https://rust-bio.github.io"