Skip to content

Commit 7d73342

Browse files
author
Christopher Skene
committed
chore(release): prepare 0.3.1
1 parent 773f926 commit 7d73342

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.3.1] - 2025-10-21
4+
5+
### Added
6+
- Improved ability to set TargetDetails in middleware
7+
- (AURA-2103) HTTP backend with tests and related fixes
8+
- (AURA-2113) Docker build support
9+
10+
### Fixed
11+
- DIMSE op selection in DICOM backend
12+
- Correctly extract manifest from zip if not available
13+
- Echo endpoint functionality and added extra tracing
14+
- Moved dimse_retrieve_mode to DICOM backend configuration
15+
- Moved jmix options to the jmix_builder
16+
317
## [0.3.0] - 2025-10-19
418

519
### Highlights
@@ -71,5 +85,6 @@
7185
### Notes
7286
- No breaking changes since 0.1.1.
7387

88+
[0.3.1]: https://github.com/aurabx/harmony/compare/0.3.0...0.3.1
7489
[0.3.0]: https://github.com/aurabx/harmony/compare/0.2.0...0.3.0
7590
[0.2.0]: https://github.com/aurabx/harmony/compare/0.1.1...0.2.0

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66

77
[package]
88
name = "harmony"
9-
version = "0.3.0"
9+
version = "0.3.1"
1010
edition = "2021"
1111

1212
[lib]

0 commit comments

Comments
 (0)