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 Sep 3, 2024
1 parent bca88fb commit 956003a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 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.

15 changes: 15 additions & 0 deletions htsget-axum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added
- *(axum)* add join handle helper functions

### Fixed
- *(axum)* enable http2 support, re-word docs to include htsget-axum

### Other
- release
- update rust msrv
- *(axum)* add server tests for axum ticket server
- add routers for data and ticket servers
- move the data server to its own htsget-axum crate

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

### Added
Expand Down
2 changes: 1 addition & 1 deletion htsget-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ thiserror = "1"
tracing = "0.1"

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

[dev-dependencies]
Expand Down
5 changes: 5 additions & 0 deletions htsget-storage/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.1.1](https://github.com/umccr/htsget-rs/compare/htsget-storage-v0.1.0...htsget-storage-v0.1.1) - 2024-09-03

### Other
- release

## [0.1.0](https://github.com/umccr/htsget-rs/releases/tag/htsget-storage-v0.1.0) - 2024-08-04

### Other
Expand Down
2 changes: 1 addition & 1 deletion htsget-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "htsget-storage"
version = "0.1.0"
version = "0.1.1"
rust-version = "1.75"
authors = ["Marko Malenic <mmalenic1@gmail.com>"]
edition = "2021"
Expand Down

0 comments on commit 956003a

Please sign in to comment.