Skip to content

Commit 8eb7526

Browse files
authored
Merge pull request #21 from quantinuum-dev/release-plz-2025-04-11T12-54-22Z
chore: release v0.1.1
2 parents 2703a0f + 7b5f2c4 commit 8eb7526

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1](https://github.com/quantinuum-dev/qulacs-bridge/compare/v0.1.0...v0.1.1) - 2025-04-11
11+
12+
### Other
13+
14+
- Pass env var
15+
- Improve pauli conversion
16+
1017
## [0.1.0](https://github.com/quantinuum-dev/qulacs-bridge/releases/tag/v0.1.0) - 2025-04-11
1118

1219
### 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 = "qulacs-bridge"
33
description = "High level bindings to Qulacs the Quantum Circuit Simulator"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2021"
66
license = "Apache-2.0"
77
keywords = ["quantum", "simulator", "qulacs"]

0 commit comments

Comments
 (0)