Skip to content

Commit caf17e3

Browse files
authored
Merge pull request #13 from quantinuum-dev/release-plz-2025-09-22T16-33-21Z
chore: release v0.1.2
2 parents d78c9f1 + b90cec5 commit caf17e3

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
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/quantinuum-dev/tkr_qulacs_worker/compare/v0.1.1...v0.1.2) - 2025-09-22
11+
12+
### Added
13+
14+
- Enable MPI support
15+
16+
### Fixed
17+
18+
- Fix result truncation
19+
20+
### Other
21+
22+
- Update CI and deps
23+
- Use mpi feature in CI
24+
1025
## [0.1.1](https://github.com/quantinuum-dev/tkr_qulacs_worker/compare/v0.1.0...v0.1.1) - 2025-04-28
1126

1227
### Added

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
@@ -1,7 +1,7 @@
11
[package]
22
name = "tkr_qulacs_worker"
33
description = "Tierkreis Worker for running Qulacs simulations"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2021"
66
license = "Apache-2.0"
77
keywords = ["quantum", "simulator", "qulacs", "tierkreis"]

0 commit comments

Comments
 (0)