From 9817781f47409c03ee9b32273261e230f93e9b3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:38:44 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 6 +++--- htsget-actix/CHANGELOG.md | 6 ++++++ htsget-actix/Cargo.toml | 4 ++-- htsget-axum/CHANGELOG.md | 6 ++++++ htsget-axum/Cargo.toml | 2 +- htsget-lambda/CHANGELOG.md | 6 ++++++ htsget-lambda/Cargo.toml | 4 ++-- 7 files changed, 26 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e7ecfc7a..97702b78e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2250,7 +2250,7 @@ dependencies = [ [[package]] name = "htsget-actix" -version = "0.7.2" +version = "0.7.3" dependencies = [ "actix-cors", "actix-web", @@ -2278,7 +2278,7 @@ dependencies = [ [[package]] name = "htsget-axum" -version = "0.2.2" +version = "0.2.3" dependencies = [ "async-trait", "axum", @@ -2354,7 +2354,7 @@ dependencies = [ [[package]] name = "htsget-lambda" -version = "0.5.2" +version = "0.5.3" dependencies = [ "async-trait", "bytes", diff --git a/htsget-actix/CHANGELOG.md b/htsget-actix/CHANGELOG.md index daee5eebd..13ba59a57 100644 --- a/htsget-actix/CHANGELOG.md +++ b/htsget-actix/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.3](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.7.2...htsget-actix-v0.7.3) - 2024-11-27 + +### Other + +- update Cargo.lock dependencies + ## [0.7.2](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.7.1...htsget-actix-v0.7.2) - 2024-10-22 ### Other diff --git a/htsget-actix/Cargo.toml b/htsget-actix/Cargo.toml index 1c4239954..95e950c93 100644 --- a/htsget-actix/Cargo.toml +++ b/htsget-actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-actix" -version = "0.7.2" +version = "0.7.3" rust-version = "1.75" authors = ["Daniel del Castillo de la Rosa ", "Marko Malenic ", "Roman Valls Guimera "] edition = "2021" @@ -42,7 +42,7 @@ htsget-http = { version = "0.5.1", path = "../htsget-http", default-features = f htsget-search = { version = "0.9.1", path = "../htsget-search", default-features = false } htsget-config = { version = "0.12.0", path = "../htsget-config", default-features = false } htsget-test = { version = "0.7.1", path = "../htsget-test", features = ["http"], default-features = false } -htsget-axum = { version = "0.2.2", path = "../htsget-axum", default-features = false } +htsget-axum = { version = "0.2.3", path = "../htsget-axum", default-features = false } [dev-dependencies] async-trait = "0.1" diff --git a/htsget-axum/CHANGELOG.md b/htsget-axum/CHANGELOG.md index cb0e9abcc..1aedb0c4d 100644 --- a/htsget-axum/CHANGELOG.md +++ b/htsget-axum/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/umccr/htsget-rs/compare/htsget-axum-v0.2.2...htsget-axum-v0.2.3) - 2024-11-27 + +### Other + +- update Cargo.lock dependencies + ## [0.2.2](https://github.com/umccr/htsget-rs/compare/htsget-axum-v0.2.1...htsget-axum-v0.2.2) - 2024-10-22 ### Other diff --git a/htsget-axum/Cargo.toml b/htsget-axum/Cargo.toml index 2eae66fa5..2ffcea81f 100644 --- a/htsget-axum/Cargo.toml +++ b/htsget-axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-axum" -version = "0.2.2" +version = "0.2.3" rust-version = "1.75" authors = ["Marko Malenic "] edition = "2021" diff --git a/htsget-lambda/CHANGELOG.md b/htsget-lambda/CHANGELOG.md index dde3c4bfb..a4da1ac25 100644 --- a/htsget-lambda/CHANGELOG.md +++ b/htsget-lambda/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.5.2...htsget-lambda-v0.5.3) - 2024-11-27 + +### Other + +- update Cargo.lock dependencies + ## [0.5.2](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.5.1...htsget-lambda-v0.5.2) - 2024-10-22 ### Other diff --git a/htsget-lambda/Cargo.toml b/htsget-lambda/Cargo.toml index 8f3b479ab..b0e0ed0fd 100644 --- a/htsget-lambda/Cargo.toml +++ b/htsget-lambda/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-lambda" -version = "0.5.2" +version = "0.5.3" rust-version = "1.75" authors = ["Marko Malenic ", "Roman Valls Guimera "] edition = "2021" @@ -40,7 +40,7 @@ htsget-config = { version = "0.12.0", path = "../htsget-config", default-feature htsget-search = { version = "0.9.1", path = "../htsget-search", default-features = false } htsget-http = { version = "0.5.1", path = "../htsget-http", default-features = false } htsget-test = { version = "0.7.1", path = "../htsget-test", features = ["http"], default-features = false } -htsget-axum = { version = "0.2.2", path = "../htsget-axum", default-features = false } +htsget-axum = { version = "0.2.3", path = "../htsget-axum", default-features = false } [dev-dependencies] async-trait = "0.1"