From 5b90c7073573b7cc71008125f140a9c1c81f3558 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 01:47: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 81a42c7a..5e7ecfc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2250,7 +2250,7 @@ dependencies = [ [[package]] name = "htsget-actix" -version = "0.7.1" +version = "0.7.2" dependencies = [ "actix-cors", "actix-web", @@ -2278,7 +2278,7 @@ dependencies = [ [[package]] name = "htsget-axum" -version = "0.2.1" +version = "0.2.2" dependencies = [ "async-trait", "axum", @@ -2354,7 +2354,7 @@ dependencies = [ [[package]] name = "htsget-lambda" -version = "0.5.1" +version = "0.5.2" dependencies = [ "async-trait", "bytes", diff --git a/htsget-actix/CHANGELOG.md b/htsget-actix/CHANGELOG.md index b32dd1f2..daee5eeb 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.2](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.7.1...htsget-actix-v0.7.2) - 2024-10-22 + +### Other + +- update Cargo.lock dependencies + ## [0.7.1](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.7.0...htsget-actix-v0.7.1) - 2024-10-16 ### Other diff --git a/htsget-actix/Cargo.toml b/htsget-actix/Cargo.toml index 79e8861b..1c423995 100644 --- a/htsget-actix/Cargo.toml +++ b/htsget-actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-actix" -version = "0.7.1" +version = "0.7.2" 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.1", path = "../htsget-axum", default-features = false } +htsget-axum = { version = "0.2.2", 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 0751769e..cb0e9abc 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.2](https://github.com/umccr/htsget-rs/compare/htsget-axum-v0.2.1...htsget-axum-v0.2.2) - 2024-10-22 + +### Other + +- update Cargo.lock dependencies + ## [0.2.1](https://github.com/umccr/htsget-rs/compare/htsget-axum-v0.2.0...htsget-axum-v0.2.1) - 2024-10-16 ### Other diff --git a/htsget-axum/Cargo.toml b/htsget-axum/Cargo.toml index 3ec52d10..2eae66fa 100644 --- a/htsget-axum/Cargo.toml +++ b/htsget-axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-axum" -version = "0.2.1" +version = "0.2.2" rust-version = "1.75" authors = ["Marko Malenic "] edition = "2021" diff --git a/htsget-lambda/CHANGELOG.md b/htsget-lambda/CHANGELOG.md index 529952b5..dde3c4bf 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.2](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.5.1...htsget-lambda-v0.5.2) - 2024-10-22 + +### Other + +- update Cargo.lock dependencies + ## [0.5.1](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.5.0...htsget-lambda-v0.5.1) - 2024-10-16 ### Other diff --git a/htsget-lambda/Cargo.toml b/htsget-lambda/Cargo.toml index c96fc6b5..8f3b479a 100644 --- a/htsget-lambda/Cargo.toml +++ b/htsget-lambda/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-lambda" -version = "0.5.1" +version = "0.5.2" 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.1", path = "../htsget-axum", default-features = false } +htsget-axum = { version = "0.2.2", path = "../htsget-axum", default-features = false } [dev-dependencies] async-trait = "0.1"