diff --git a/CHANGELOG.md b/CHANGELOG.md index 830385f..e1d5983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/quantinuum-dev/tkr_qulacs_worker/compare/v0.1.0...v0.1.1) - 2025-04-28 + +### Added + +- Allow n_shots to be specified + ## [0.1.0](https://github.com/quantinuum-dev/tkr_qulacs_worker/releases/tag/v0.1.0) - 2025-04-17 ### Added diff --git a/Cargo.lock b/Cargo.lock index f026481..79b946b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,7 +777,7 @@ dependencies = [ [[package]] name = "tkr_qulacs_worker" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index 5cd6666..2b10bef 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.0" +version = "0.1.1" edition = "2021" license = "Apache-2.0" keywords = ["quantum", "simulator", "qulacs", "tierkreis"]