Skip to content

Commit d4a63f5

Browse files
authored
chore(main): release 0.1.3 (#28)
1 parent 95d5ec2 commit d4a63f5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.3](https://github.com/Quantinuum/qir-qis/compare/v0.1.2...v0.1.3) (2026-02-24)
9+
10+
11+
### Features
12+
13+
* add support for barrier instructions ([#27](https://github.com/Quantinuum/qir-qis/issues/27)) ([95d5ec2](https://github.com/Quantinuum/qir-qis/commit/95d5ec267c163a646e090bf9565af29714222df7))
14+
815
## [0.1.2](https://github.com/Quantinuum/qir-qis/compare/v0.1.1...v0.1.2) (2026-02-04)
916

1017

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,6 +1,6 @@
11
[package]
22
name = "qir-qis"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Kartik Singhal <kartik.singhal@quantinuum.com>"]
55
edition = "2024"
66
rust-version = "1.91"

0 commit comments

Comments
 (0)