Skip to content

Commit

Permalink
chore: release v0.4.1 (#40)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `tket-json-rs`: 0.4.0 -> 0.4.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## 0.4.1 (2024-04-16)

### Bug Fixes

- Make some missing fields pub
([#43](#43))

### Features

- Add GPI, GPI2, and AAMS gates
([#42](#42))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 16, 2024
1 parent 64e9459 commit a5ee6e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release notes

## 0.4.1 (2024-04-16)

### Bug Fixes

- Make some missing fields pub ([#43](https://github.com/CQCL/tket-json-rs/pull/43))

### Features

- Add GPI, GPI2, and AAMS gates ([#42](https://github.com/CQCL/tket-json-rs/pull/42))


## 0.4.0 (2024-04-08)

This release adds various missing `OpType` definitions, and fixes some existing box definitions with incorrect parameters.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tket-json-rs"
version = "0.4.0"
version = "0.4.1"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit a5ee6e3

Please sign in to comment.