Skip to content

Commit da99adc

Browse files
chore: release
1 parent 938df9d commit da99adc

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htsget-axum/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.0](https://github.com/umccr/htsget-rs/releases/tag/htsget-axum-v0.1.0) - 2024-08-05
10+
11+
### Added
12+
- *(axum)* add join handle helper functions
13+
14+
### Fixed
15+
- *(axum)* enable http2 support, re-word docs to include htsget-axum
16+
17+
### Other
18+
- release
19+
- update rust msrv
20+
- *(axum)* add server tests for axum ticket server
21+
- add routers for data and ticket servers
22+
- move the data server to its own htsget-axum crate
23+
924
## [0.1.0](https://github.com/umccr/htsget-rs/releases/tag/htsget-axum-v0.1.0) - 2024-08-04
1025

1126
### Added

htsget-search/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ thiserror = "1"
3939
tracing = "0.1"
4040

4141
htsget-config = { version = "0.10.1", path = "../htsget-config", default-features = false }
42-
htsget-storage = { version = "0.1.0", path = "../htsget-storage", default-features = false }
42+
htsget-storage = { version = "0.1.1", path = "../htsget-storage", default-features = false }
4343
htsget-test = { version = "0.6.2", path = "../htsget-test", features = ["http"], default-features = false }
4444

4545
[dev-dependencies]

htsget-storage/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.1](https://github.com/umccr/htsget-rs/compare/htsget-storage-v0.1.0...htsget-storage-v0.1.1) - 2024-08-05
10+
11+
### Other
12+
- release
13+
914
## [0.1.0](https://github.com/umccr/htsget-rs/releases/tag/htsget-storage-v0.1.0) - 2024-08-04
1015

1116
### Other

htsget-storage/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-storage"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
rust-version = "1.75"
55
authors = ["Marko Malenic <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)