Skip to content

Commit

Permalink
chore: release v0.4.2 (#50)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `tket-json-rs`: 0.4.1 -> 0.4.2

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

<blockquote>

## 0.4.2 (2024-07-05)

### Bug Fixes

- Add missing `CnRx` `CnRz` ops
([#49](#49))
- Matrix encoding roundtrip losing precision. Use `f64` instead of
`f32`s. ([#48](#48))
</blockquote>


</p></details>

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

Co-authored-by: hugrbot <[email protected]>
  • Loading branch information
github-actions[bot] and hugrbot authored Jul 5, 2024
1 parent 97e05f5 commit f97cca7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes

## 0.4.2 (2024-07-05)

### Bug Fixes

- Add missing `CnRx` `CnRz` ops ([#49](https://github.com/CQCL/tket-json-rs/pull/49))
- Matrix encoding roundtrip losing precision. Use `f64` instead of `f32`s. ([#48](https://github.com/CQCL/tket-json-rs/pull/48))


## 0.4.1 (2024-04-16)

### Bug Fixes
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.1"
version = "0.4.2"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit f97cca7

Please sign in to comment.