Skip to content

Commit

Permalink
Merge pull request #259 from umccr/release-plz-2024-09-03T01-36-36Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
brainstorm authored Sep 6, 2024
2 parents c0e0926 + 4866f4d commit 1156d85
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions htsget-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tracing-actix-web = "0.7"
tracing = "0.1"

htsget-http = { version = "0.4.15", path = "../htsget-http", default-features = false }
htsget-search = { version = "0.8.0", path = "../htsget-search", default-features = false }
htsget-http = { version = "0.4.16", path = "../htsget-http", default-features = false }
htsget-search = { version = "0.8.1", path = "../htsget-search", default-features = false }
htsget-config = { version = "0.10.1", path = "../htsget-config", default-features = false }
htsget-test = { version = "0.6.2", path = "../htsget-test", features = ["http"], default-features = false }
htsget-axum = { version = "0.1.0", path = "../htsget-axum", default-features = false }
htsget-axum = { version = "0.1.1", path = "../htsget-axum", default-features = false }

[dev-dependencies]
async-trait = "0.1"
Expand Down
6 changes: 6 additions & 0 deletions htsget-axum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/umccr/htsget-rs/compare/htsget-axum-v0.1.0...htsget-axum-v0.1.1) - 2024-09-03

### Other
- release
- release

## [0.1.0](https://github.com/umccr/htsget-rs/releases/tag/htsget-axum-v0.1.0) - 2024-09-03

### Added
Expand Down
6 changes: 3 additions & 3 deletions htsget-axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "htsget-axum"
version = "0.1.0"
version = "0.1.1"
rust-version = "1.75"
authors = ["Marko Malenic <mmalenic1@gmail.com>"]
edition = "2021"
Expand Down Expand Up @@ -46,8 +46,8 @@ tracing = "0.1"

htsget-config = { version = "0.10.1", path = "../htsget-config", default-features = false }
htsget-test = { version = "0.6.2", path = "../htsget-test", features = ["http"], default-features = false }
htsget-search = { version = "0.8.0", path = "../htsget-search", default-features = false }
htsget-http = { version = "0.4.15", path = "../htsget-http", default-features = false }
htsget-search = { version = "0.8.1", path = "../htsget-search", default-features = false }
htsget-http = { version = "0.4.16", path = "../htsget-http", default-features = false }

[dev-dependencies]
tempfile = "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.16](https://github.com/umccr/htsget-rs/compare/htsget-http-v0.4.15...htsget-http-v0.4.16) - 2024-09-03

### Other
- updated the following local packages: htsget-search

## [0.4.15](https://github.com/umccr/htsget-rs/compare/htsget-http-v0.4.14...htsget-http-v0.4.15) - 2024-08-04

### 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.15"
version = "0.4.16"
rust-version = "1.75"
authors = ["Daniel del Castillo de la Rosa <delcastillodelarosadaniel@gmail.com>", "Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
edition = "2021"
Expand All @@ -19,7 +19,7 @@ default = []
thiserror = "1"
serde = { version = "1", features = ["derive"] }
http = "1"
htsget-search = { version = "0.8.0", path = "../htsget-search", default-features = false }
htsget-search = { version = "0.8.1", path = "../htsget-search", default-features = false }
htsget-config = { version = "0.10.1", path = "../htsget-config", default-features = false }
htsget-test = { version = "0.6.2", path = "../htsget-test", default-features = false }
futures = { version = "0.3" }
Expand Down
6 changes: 3 additions & 3 deletions htsget-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ tracing-subscriber = "0.3"
bytes = "1"

htsget-config = { version = "0.10.1", path = "../htsget-config", default-features = false }
htsget-search = { version = "0.8.0", path = "../htsget-search", default-features = false }
htsget-http = { version = "0.4.15", path = "../htsget-http", default-features = false }
htsget-search = { version = "0.8.1", path = "../htsget-search", default-features = false }
htsget-http = { version = "0.4.16", path = "../htsget-http", default-features = false }
htsget-test = { version = "0.6.2", path = "../htsget-test", features = ["http"], default-features = false }
htsget-axum = { version = "0.1.0", path = "../htsget-axum", default-features = false }
htsget-axum = { version = "0.1.1", path = "../htsget-axum", default-features = false }

[dev-dependencies]
async-trait = "0.1"
Expand Down
5 changes: 5 additions & 0 deletions htsget-search/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.8.1](https://github.com/umccr/htsget-rs/compare/htsget-search-v0.8.0...htsget-search-v0.8.1) - 2024-09-03

### Other
- release

## [0.8.0](https://github.com/umccr/htsget-rs/compare/htsget-search-v0.7.1...htsget-search-v0.8.0) - 2024-08-04

### 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.8.0"
version = "0.8.1"
rust-version = "1.75"
authors = ["Christian Perez Llamas <chrispz@gmail.com>", "Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
edition = "2021"
Expand Down

0 comments on commit 1156d85

Please sign in to comment.