From f97cca773a4d3dee8bead6ba8e7bb150455b1106 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 5 Jul 2024 09:42:56 +0000
Subject: [PATCH] chore: release v0.4.2 (#50)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `tket-json-rs`: 0.4.1 -> 0.4.2
Changelog
## 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))
---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
Co-authored-by: hugrbot
---
CHANGELOG.md | 8 ++++++++
Cargo.toml | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fa703b..d266946 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/Cargo.toml b/Cargo.toml
index d06402d..cb9c0cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"