Skip to content

Commit

Permalink
Merge pull request #302 from umccr/release-plz-2025-01-24T10-19-52Z
Browse files Browse the repository at this point in the history
chore(htsget-config): release v0.14.0
  • Loading branch information
mmalenic authored Feb 18, 2025
2 parents cb75923 + 2402f10 commit f301524
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion htsget-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tracing = "0.1"

htsget-http = { version = "0.5.2", path = "../htsget-http", default-features = false }
htsget-search = { version = "0.10.0", path = "../htsget-search", default-features = false }
htsget-config = { version = "0.13.0", path = "../htsget-config", default-features = false }
htsget-config = { version = "0.14.0", path = "../htsget-config", default-features = false }
htsget-axum = { version = "0.3.0", path = "../htsget-axum", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion htsget-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async-trait = "0.1"
thiserror = "2"
tracing = "0.1"

htsget-config = { version = "0.13.0", path = "../htsget-config", default-features = false }
htsget-config = { version = "0.14.0", path = "../htsget-config", default-features = false }
htsget-search = { version = "0.10.0", path = "../htsget-search", default-features = false }
htsget-http = { version = "0.5.2", path = "../htsget-http", default-features = false }

Expand Down
6 changes: 6 additions & 0 deletions htsget-config/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.14.0](https://github.com/umccr/htsget-rs/compare/htsget-config-v0.13.0...htsget-config-v0.14.0) - 2025-02-18

### Other

- [**breaking**] update deps, remove `ParsedHeader` as it's unused, and don't publish htsget-test

## [0.13.0](https://github.com/umccr/htsget-rs/compare/htsget-config-v0.12.0...htsget-config-v0.13.0) - 2025-01-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion htsget-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "htsget-config"
version = "0.13.0"
version = "0.14.0"
rust-version = "1.83"
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
2 changes: 1 addition & 1 deletion htsget-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
http = "1"
htsget-search = { version = "0.10.0", path = "../htsget-search", default-features = false }
htsget-config = { version = "0.13.0", path = "../htsget-config", default-features = false }
htsget-config = { version = "0.14.0", path = "../htsget-config", default-features = false }
futures = { version = "0.3" }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion htsget-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ rustls = "0.23"
lambda_http = { version = "0.14" }
tracing = "0.1"

htsget-config = { version = "0.13.0", path = "../htsget-config", default-features = false }
htsget-config = { version = "0.14.0", path = "../htsget-config", default-features = false }
htsget-http = { version = "0.5.2", path = "../htsget-http", default-features = false }
htsget-axum = { version = "0.3.0", path = "../htsget-axum", default-features = false }
2 changes: 1 addition & 1 deletion htsget-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ noodles = { version = "0.87", features = ["async", "core", "bgzf", "bam", "bcf",
http = "1"
tracing = "0.1"

htsget-config = { version = "0.13.0", path = "../htsget-config", default-features = false }
htsget-config = { version = "0.14.0", path = "../htsget-config", default-features = false }
htsget-storage = { version = "0.3.0", path = "../htsget-storage", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion htsget-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ thiserror = "2"
tracing = "0.1"
base64 = "0.22"

htsget-config = { version = "0.13.0", path = "../htsget-config", default-features = false }
htsget-config = { version = "0.14.0", path = "../htsget-config", default-features = false }

[dev-dependencies]
tower-http = { version = "0.6", features = ["fs"] }
Expand Down
2 changes: 1 addition & 1 deletion htsget-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ default = []

[dependencies]
# Server tests dependencies
htsget-config = { version = "0.13.0", path = "../htsget-config", default-features = false, optional = true }
htsget-config = { version = "0.14.0", path = "../htsget-config", default-features = false, optional = true }

noodles = { version = "0.87", optional = true, features = ["async", "bgzf", "vcf", "cram", "bcf", "bam", "fasta"] }

Expand Down

0 comments on commit f301524

Please # to comment.