From 51a142484782bb700f4342a00e6d2f182bc8ef0c Mon Sep 17 00:00:00 2001
From: hugrbot
Date: Wed, 18 Dec 2024 16:38:32 +0000
Subject: [PATCH] chore: release v0.7.1 (#731)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `tket2`: 0.7.0 -> 0.7.1 (✓ API compatible changes)
* `tket2-hseries`: 0.7.0 -> 0.7.1 (✓ API compatible changes)
Changelog
## `tket2`
##
[0.7.0](https://github.com/CQCL/tket2/compare/tket2-v0.6.0...tket2-v0.7.0)
- 2024-12-16
### âš BREAKING CHANGES
- Removed `load_guppy_*` methods. Use `Circuit::load_function_reader`
instead.
- Extension definitions and registries now use `Arc`s for sharing
### New Features
- [**breaking**] Track circuit extensions and read/write packages (#680)
- [**breaking**] update measurement and alloc operations (#702)
### Refactor
- [**breaking**] update to hugr 0.14 (#700)
## `tket2-hseries`
##
[0.7.1](https://github.com/CQCL/tket2/compare/tket2-hseries-v0.7.0...tket2-hseries-v0.7.1)
- 2024-12-18
### New Features
- Add monomorphization and constant folding to QSystemPass (#730)
---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
---------
Co-authored-by: AgustÃn Borgna
---
Cargo.lock | 2 +-
tket2-hseries/CHANGELOG.md | 6 ++++++
tket2-hseries/Cargo.toml | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 0d1ee308..5642e212 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2364,7 +2364,7 @@ dependencies = [
[[package]]
name = "tket2-hseries"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"clap",
"cool_asserts",
diff --git a/tket2-hseries/CHANGELOG.md b/tket2-hseries/CHANGELOG.md
index d7ed2a4d..579acd60 100644
--- a/tket2-hseries/CHANGELOG.md
+++ b/tket2-hseries/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.7.1](https://github.com/CQCL/tket2/compare/tket2-hseries-v0.7.0...tket2-hseries-v0.7.1) - 2024-12-18
+
+### New Features
+
+- Add monomorphization and constant folding to QSystemPass (#730)
+
## [0.7.0](https://github.com/CQCL/tket2/compare/tket2-hseries-v0.6.0...tket2-hseries-v0.7.0) - 2024-12-16
### âš BREAKING CHANGES
diff --git a/tket2-hseries/Cargo.toml b/tket2-hseries/Cargo.toml
index 8da0a73c..ac90c121 100644
--- a/tket2-hseries/Cargo.toml
+++ b/tket2-hseries/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tket2-hseries"
-version = "0.7.0"
+version = "0.7.1"
edition.workspace = true
rust-version.workspace = true