From f7829176d2b5f4f56a24166277de31ee6f4818a2 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:41:48 +0100 Subject: [PATCH] chore(main): release 0.24.5 (#283) --- 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 bf9008e8..c076ee2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.24.5](https://github.com/bihealth/annonars/compare/v0.24.4...v0.24.5) (2023-11-08) + + +### Build System + +* **deps:** bump the noodles group with 3 updates ([#274](https://github.com/bihealth/annonars/issues/274)) ([8c30958](https://github.com/bihealth/annonars/commit/8c309584173b512a9ae7815d7203a3ede0b96954)) + ## [0.24.4](https://github.com/bihealth/annonars/compare/v0.24.3...v0.24.4) (2023-10-23) diff --git a/Cargo.lock b/Cargo.lock index 5efb0ecb..e4485900 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.24.4" +version = "0.24.5" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5d64527f..96847ba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.24.4" +version = "0.24.5" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"