From c32b6fd49c6ee6cd4d81d8840dd07ae6d1d9a9a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:24:06 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- htsget-actix/CHANGELOG.md | 5 +++++ htsget-actix/Cargo.toml | 2 +- htsget-lambda/CHANGELOG.md | 5 +++++ htsget-lambda/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7bc68d8d..69ad96ad3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "htsget-actix" -version = "0.5.4" +version = "0.5.5" dependencies = [ "actix-cors", "actix-web", @@ -1744,7 +1744,7 @@ dependencies = [ [[package]] name = "htsget-lambda" -version = "0.4.10" +version = "0.4.11" dependencies = [ "async-trait", "bytes", diff --git a/htsget-actix/CHANGELOG.md b/htsget-actix/CHANGELOG.md index 0f1475269..d4d8cd8ce 100644 --- a/htsget-actix/CHANGELOG.md +++ b/htsget-actix/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.5](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.5.4...htsget-actix-v0.5.5) - 2023-10-23 + +### Other +- update dependencies + ## [0.5.4](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.5.3...htsget-actix-v0.5.4) - 2023-10-02 ### Other diff --git a/htsget-actix/Cargo.toml b/htsget-actix/Cargo.toml index c8383100e..6cff1ffaa 100644 --- a/htsget-actix/Cargo.toml +++ b/htsget-actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-actix" -version = "0.5.4" +version = "0.5.5" rust-version = "1.70" authors = ["Daniel del Castillo de la Rosa ", "Marko Malenic "] edition = "2021" diff --git a/htsget-lambda/CHANGELOG.md b/htsget-lambda/CHANGELOG.md index 01bdc928a..f078f9dc0 100644 --- a/htsget-lambda/CHANGELOG.md +++ b/htsget-lambda/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.11](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.4.10...htsget-lambda-v0.4.11) - 2023-10-23 + +### Other +- update dependencies + ## [0.4.10](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.4.9...htsget-lambda-v0.4.10) - 2023-10-02 ### Other diff --git a/htsget-lambda/Cargo.toml b/htsget-lambda/Cargo.toml index dc784aa2c..096d074ec 100644 --- a/htsget-lambda/Cargo.toml +++ b/htsget-lambda/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-lambda" -version = "0.4.10" +version = "0.4.11" rust-version = "1.70" authors = ["Marko Malenic ", "Roman Valls Guimera "] edition = "2021"