From b90cec55c61b430c56ea7f4e67837f5c1537f2cd Mon Sep 17 00:00:00 2001 From: John Children <32305209+johnchildren@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:33:23 +0100 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d5983..356224e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/quantinuum-dev/tkr_qulacs_worker/compare/v0.1.1...v0.1.2) - 2025-09-22 + +### Added + +- Enable MPI support + +### Fixed + +- Fix result truncation + +### Other + +- Update CI and deps +- Use mpi feature in CI + ## [0.1.1](https://github.com/quantinuum-dev/tkr_qulacs_worker/compare/v0.1.0...v0.1.1) - 2025-04-28 ### Added diff --git a/Cargo.lock b/Cargo.lock index fb14eac..122deaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1040,7 +1040,7 @@ dependencies = [ [[package]] name = "tkr_qulacs_worker" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index d91ffe2..567ce19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tkr_qulacs_worker" description = "Tierkreis Worker for running Qulacs simulations" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "Apache-2.0" keywords = ["quantum", "simulator", "qulacs", "tierkreis"]