From 39e2266da58944b744954fd9151a1449a3d9b357 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:29:06 +0000 Subject: [PATCH 1/2] chore(master): release 1.0.4 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c813fa0..e56819d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/rust-bio/rust-bio-types/compare/v1.0.3...v1.0.4) (2024-08-05) + + +### Bug Fixes + +* update release-please.yml to use v4 ([22dc35c](https://github.com/rust-bio/rust-bio-types/commit/22dc35c78a936ece182836c70cc13b45fff55d95)) + ## [1.0.3](https://github.com/rust-bio/rust-bio-types/compare/v1.0.2...v1.0.3) (2024-07-15) diff --git a/Cargo.lock b/Cargo.lock index db0fb8a..5891d62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "bio-types" -version = "1.0.3" +version = "1.0.4" dependencies = [ "clap", "derive-new", diff --git a/Cargo.toml b/Cargo.toml index a2d3856..9d83019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bio-types" -version = "1.0.3" +version = "1.0.4" 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" From 84d5c5a666d63568ee6af201c48d6fc8cdff9381 Mon Sep 17 00:00:00 2001 From: David Laehnemann Date: Mon, 5 Aug 2024 17:39:13 +0200 Subject: [PATCH 2/2] chore: fix CHANGELOG.md for merges during broken release-please --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56819d..a850088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ * update release-please.yml to use v4 ([22dc35c](https://github.com/rust-bio/rust-bio-types/commit/22dc35c78a936ece182836c70cc13b45fff55d95)) +### Dependencies + +* deps: bump regex from 1.10.5 to 1.10.6 ([#108](https://github.com/rust-bio/rust-bio-types/commit/3c625c5cfdf67ee04143d426d64490dd0f989202)) +* deps: bump clap from 4.5.9 to 4.5.13 ([#107](https://github.com/rust-bio/rust-bio-types/commit/1182b3379cce87e47f06bc67d3c9be010f77e5c8)) +* deps: bump thiserror from 1.0.62 to 1.0.63 ([#105](https://github.com/rust-bio/rust-bio-types/commit/d394e73fa002883a3031f3a5899d28e2c9c0541d)) + + ## [1.0.3](https://github.com/rust-bio/rust-bio-types/compare/v1.0.2...v1.0.3) (2024-07-15)