Skip to content

Commit 5c190b0

Browse files
authored
Merge pull request #25 from quantinuum-dev/release-plz-2025-04-15T13-31-04Z
chore: release v0.1.3
2 parents 7816206 + 08f58b1 commit 5c190b0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.3](https://github.com/quantinuum-dev/qulacs-bridge/compare/v0.1.2...v0.1.3) - 2025-04-15
11+
12+
### Fixed
13+
14+
- Correct path handling in build.rs
15+
16+
### Other
17+
18+
- Merge pull request #24 from quantinuum-dev/push-vnkszmkvpmtq
19+
1020
## [0.1.2](https://github.com/quantinuum-dev/qulacs-bridge/compare/v0.1.1...v0.1.2) - 2025-04-15
1121

1222
### Fixed

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.2"
4+
version = "0.1.3"
55
edition = "2021"
66
license = "Apache-2.0"
77
keywords = ["quantum", "simulator", "qulacs"]

0 commit comments

Comments
 (0)