Skip to content

Commit

Permalink
Merge pull request #206 from umccr/release-plz/2023-10-02T22-27-41Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
brainstorm authored Oct 2, 2023
2 parents 5f586f6 + c3e7de7 commit f14b7dd
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions htsget-actix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions htsget-actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Marko Malenic <[email protected]>"]
edition = "2021"
Expand All @@ -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" }
Expand Down
5 changes: 5 additions & 0 deletions htsget-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions htsget-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Marko Malenic <[email protected]>"]
edition = "2021"
Expand All @@ -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" }
Expand Down
5 changes: 5 additions & 0 deletions htsget-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions htsget-lambda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "htsget-lambda"
version = "0.4.9"
version = "0.4.10"
rust-version = "1.70"
authors = ["Marko Malenic <[email protected]>", "Roman Valls Guimera <[email protected]>"]
edition = "2021"
Expand All @@ -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"
Expand Down
10 changes: 10 additions & 0 deletions htsget-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion htsget-search/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "htsget-search"
version = "0.6.2"
version = "0.6.3"
rust-version = "1.65"
authors = ["Christian Perez Llamas <[email protected]>", "Marko Malenic <[email protected]>", "Roman Valls Guimera <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit f14b7dd

Please sign in to comment.