Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 22, 2024
1 parent 3ed81b4 commit 5b90c70
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 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: 6 additions & 0 deletions htsget-actix/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.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
Expand Down
4 changes: 2 additions & 2 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.7.1"
version = "0.7.2"
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 Down Expand Up @@ -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"
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.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
Expand Down
2 changes: 1 addition & 1 deletion htsget-axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "htsget-axum"
version = "0.2.1"
version = "0.2.2"
rust-version = "1.75"
authors = ["Marko Malenic <mmalenic1@gmail.com>"]
edition = "2021"
Expand Down
6 changes: 6 additions & 0 deletions htsget-lambda/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.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
Expand Down
4 changes: 2 additions & 2 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.5.1"
version = "0.5.2"
rust-version = "1.75"
authors = ["Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
edition = "2021"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5b90c70

Please sign in to comment.