Skip to content

Commit 4d800a3

Browse files
committed
chore: release
1 parent f6b71d7 commit 4d800a3

8 files changed

Lines changed: 18 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [0.10.1] - 2025-12-14
6+
7+
### Fixed
8+
- Target details are now constructed correctly in the pipeline executor, fixing issues with target configuration propagation
9+
510
## [0.10.0] - 2025-12-11
611

712
### Added
@@ -405,6 +410,7 @@
405410
### Notes
406411
- No breaking changes since 0.1.1.
407412

413+
[0.10.1]: https://github.com/aurabx/harmony/compare/0.10.0...0.10.1
408414
[0.10.0]: https://github.com/aurabx/harmony/compare/0.9.0...0.10.0
409415
[0.9.0]: https://github.com/aurabx/harmony/compare/0.8.0...0.9.0
410416
[0.8.0]: https://github.com/aurabx/harmony/compare/0.7.1...0.8.0

Cargo.lock

Lines changed: 6 additions & 6 deletions
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.10.0"
9+
version = "0.10.1"
1010
edition = "2021"
1111

1212
[lib]

crates/database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harmony-database"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55

66
[dependencies]

crates/dicom_json_tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dicom_json_tool"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55
description = "Convert between DICOM (DIMSE identifier datasets) and DICOM JSON (Part 18) with optional command/query metadata wrapper"
66

crates/dimse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dimse"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55

66
description = "DIMSE protocol implementation for DICOM services"

crates/filesystem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harmony-filesystem"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55

66
[dependencies]

crates/transform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harmony_transform"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)