Skip to content

Commit 6222e28

Browse files
chore: release
1 parent 1199148 commit 6222e28

File tree

7 files changed

+26
-8
lines changed

7 files changed

+26
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htsget-actix/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.5](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.12.4...htsget-actix-v0.12.5) - 2026-01-13
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.12.4](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.12.3...htsget-actix-v0.12.4) - 2025-12-24
1117

1218
### Other

htsget-actix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "htsget-actix"
3-
version = "0.12.4"
3+
version = "0.12.5"
44
rust-version = "1.88"
55
authors = ["Daniel del Castillo de la Rosa <delcastillodelarosadaniel@gmail.com>", "Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
66
edition = "2024"
@@ -42,7 +42,7 @@ tracing = "0.1"
4242
htsget-http = { version = "0.8.4", path = "../htsget-http", default-features = false }
4343
htsget-search = { version = "0.12.5", path = "../htsget-search", default-features = false }
4444
htsget-config = { version = "0.20.1", path = "../htsget-config", default-features = false }
45-
htsget-axum = { version = "0.8.4", path = "../htsget-axum", default-features = false }
45+
htsget-axum = { version = "0.8.5", path = "../htsget-axum", default-features = false }
4646

4747
[dev-dependencies]
4848
htsget-test = { path = "../htsget-test", features = ["http"], default-features = false }

htsget-axum/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.5](https://github.com/umccr/htsget-rs/compare/htsget-axum-v0.8.4...htsget-axum-v0.8.5) - 2026-01-13
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.8.4](https://github.com/umccr/htsget-rs/compare/htsget-axum-v0.8.3...htsget-axum-v0.8.4) - 2025-12-24
1117

1218
### Other

htsget-axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "htsget-axum"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
rust-version = "1.88"
55
authors = ["Marko Malenic <mmalenic1@gmail.com>"]
66
edition = "2024"

htsget-lambda/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.10](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.7.9...htsget-lambda-v0.7.10) - 2026-01-13
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.7.9](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.7.8...htsget-lambda-v0.7.9) - 2025-12-24
1117

1218
### Other

htsget-lambda/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "htsget-lambda"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
rust-version = "1.88"
55
authors = ["Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
66
edition = "2024"
@@ -30,4 +30,4 @@ serde_json = "1"
3030

3131
htsget-config = { version = "0.20.1", path = "../htsget-config", default-features = false }
3232
htsget-http = { version = "0.8.4", path = "../htsget-http", default-features = false }
33-
htsget-axum = { version = "0.8.4", path = "../htsget-axum", default-features = false }
33+
htsget-axum = { version = "0.8.5", path = "../htsget-axum", default-features = false }

0 commit comments

Comments
 (0)