From c3e7de77e8394541f19591da503c6ae0532adcbf Mon Sep 17 00:00:00 2001 From: release-plz Date: Mon, 2 Oct 2023 22:27:41 +0000 Subject: [PATCH] chore: release Signed-off-by: release-plz --- Cargo.lock | 8 ++++---- htsget-actix/CHANGELOG.md | 5 +++++ htsget-actix/Cargo.toml | 6 +++--- htsget-http/CHANGELOG.md | 5 +++++ htsget-http/Cargo.toml | 4 ++-- htsget-lambda/CHANGELOG.md | 5 +++++ htsget-lambda/Cargo.toml | 6 +++--- htsget-search/CHANGELOG.md | 10 ++++++++++ htsget-search/Cargo.toml | 2 +- 9 files changed, 38 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb821790..46b02cd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "htsget-actix" -version = "0.5.3" +version = "0.5.4" dependencies = [ "actix-cors", "actix-web", @@ -1729,7 +1729,7 @@ dependencies = [ [[package]] name = "htsget-http" -version = "0.4.8" +version = "0.4.9" dependencies = [ "futures", "htsget-config", @@ -1744,7 +1744,7 @@ dependencies = [ [[package]] name = "htsget-lambda" -version = "0.4.9" +version = "0.4.10" dependencies = [ "async-trait", "bytes", @@ -1768,7 +1768,7 @@ dependencies = [ [[package]] name = "htsget-search" -version = "0.6.2" +version = "0.6.3" dependencies = [ "async-trait", "aws-config", diff --git a/htsget-actix/CHANGELOG.md b/htsget-actix/CHANGELOG.md index 75f2762f..0f147526 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.4](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.5.3...htsget-actix-v0.5.4) - 2023-10-02 + +### Other +- update dependencies + ## [0.5.3](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.5.2...htsget-actix-v0.5.3) - 2023-09-06 ### Other diff --git a/htsget-actix/Cargo.toml b/htsget-actix/Cargo.toml index ac344054..c8383100 100644 --- a/htsget-actix/Cargo.toml +++ b/htsget-actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-actix" -version = "0.5.3" +version = "0.5.4" rust-version = "1.70" authors = ["Daniel del Castillo de la Rosa ", "Marko Malenic "] edition = "2021" @@ -23,8 +23,8 @@ rustls-pemfile = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1" futures-util = { version = "0.3" } -htsget-http = { version = "0.4.8", path = "../htsget-http", default-features = false } -htsget-search = { version = "0.6.2", path = "../htsget-search", default-features = false } +htsget-http = { version = "0.4.9", path = "../htsget-http", default-features = false } +htsget-search = { version = "0.6.3", path = "../htsget-search", default-features = false } htsget-config = { version = "0.7.1", path = "../htsget-config", default-features = false } htsget-test = { version = "0.5.2", path = "../htsget-test", features = ["server-tests", "cors-tests"], default-features = false } futures = { version = "0.3" } diff --git a/htsget-http/CHANGELOG.md b/htsget-http/CHANGELOG.md index 2903c577..0fd5f621 100644 --- a/htsget-http/CHANGELOG.md +++ b/htsget-http/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.9](https://github.com/umccr/htsget-rs/compare/htsget-http-v0.4.8...htsget-http-v0.4.9) - 2023-10-02 + +### Other +- updated the following local packages: htsget-search + ## [0.4.8](https://github.com/umccr/htsget-rs/compare/htsget-http-v0.4.7...htsget-http-v0.4.8) - 2023-09-06 ### Other diff --git a/htsget-http/Cargo.toml b/htsget-http/Cargo.toml index 2d09859a..5c76b99a 100644 --- a/htsget-http/Cargo.toml +++ b/htsget-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-http" -version = "0.4.8" +version = "0.4.9" rust-version = "1.70" authors = ["Daniel del Castillo de la Rosa ", "Marko Malenic "] edition = "2021" @@ -19,7 +19,7 @@ default = [] thiserror = "1.0" serde = { version = "1.0", features = ["derive"] } http = "0.2" -htsget-search = { version = "0.6.2", path = "../htsget-search", default-features = false } +htsget-search = { version = "0.6.3", path = "../htsget-search", default-features = false } htsget-config = { version = "0.7.1", path = "../htsget-config", default-features = false } htsget-test = { version = "0.5.2", path = "../htsget-test", default-features = false } futures = { version = "0.3" } diff --git a/htsget-lambda/CHANGELOG.md b/htsget-lambda/CHANGELOG.md index 564cd039..01bdc928 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.10](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.4.9...htsget-lambda-v0.4.10) - 2023-10-02 + +### Other +- update dependencies + ## [0.4.9](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.4.8...htsget-lambda-v0.4.9) - 2023-09-06 ### Other diff --git a/htsget-lambda/Cargo.toml b/htsget-lambda/Cargo.toml index cff98e78..dc784aa2 100644 --- a/htsget-lambda/Cargo.toml +++ b/htsget-lambda/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-lambda" -version = "0.4.9" +version = "0.4.10" rust-version = "1.70" authors = ["Marko Malenic ", "Roman Valls Guimera "] edition = "2021" @@ -21,8 +21,8 @@ tower-http = { version = "0.4", features = ["cors"] } lambda_http = { version = "0.8" } lambda_runtime = { version = "0.8" } htsget-config = { version = "0.7.1", path = "../htsget-config", default-features = false } -htsget-search = { version = "0.6.2", path = "../htsget-search", default-features = false } -htsget-http = { version = "0.4.8", path = "../htsget-http", default-features = false } +htsget-search = { version = "0.6.3", path = "../htsget-search", default-features = false } +htsget-http = { version = "0.4.9", path = "../htsget-http", default-features = false } htsget-test = { version = "0.5.2", path = "../htsget-test", features = ["server-tests", "cors-tests"], default-features = false } serde = { version = "1.0" } serde_json = "1.0" diff --git a/htsget-search/CHANGELOG.md b/htsget-search/CHANGELOG.md index ddd64078..0c2fbe3b 100644 --- a/htsget-search/CHANGELOG.md +++ b/htsget-search/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3](https://github.com/umccr/htsget-rs/compare/htsget-search-v0.6.2...htsget-search-v0.6.3) - 2023-10-02 + +### Fixed +- *(search)* use bcf test for bcf search +- *(search)* return empty response when reference name is in header but not in index instead of error + +### Other +- Merge branch 'main' of https://github.com/umccr/htsget-rs into fix/error-no-index-pos +- *(search)* formatting + ## [0.6.2](https://github.com/umccr/htsget-rs/compare/htsget-search-v0.6.1...htsget-search-v0.6.2) - 2023-09-06 ### Other diff --git a/htsget-search/Cargo.toml b/htsget-search/Cargo.toml index d5ae3285..02aeb4d8 100644 --- a/htsget-search/Cargo.toml +++ b/htsget-search/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htsget-search" -version = "0.6.2" +version = "0.6.3" rust-version = "1.65" authors = ["Christian Perez Llamas ", "Marko Malenic ", "Roman Valls Guimera "] edition = "2021"