From 7eea411bf842681c088fbea2395e7c001b1ee862 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Mon, 20 Jan 2025 01:11:32 -0700 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- tket2-hseries/CHANGELOG.md | 6 ++++++ tket2-hseries/Cargo.toml | 4 ++-- tket2-py/Cargo.toml | 2 +- tket2/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f6b2f7e..0e17cde9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2010,7 +2010,7 @@ dependencies = [ [[package]] name = "tket2" -version = "0.7.1" +version = "0.7.2" dependencies = [ "bytemuck", "cgmath", @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "tket2-hseries" -version = "0.8.0" +version = "0.8.1" dependencies = [ "clap", "cool_asserts", diff --git a/tket2-hseries/CHANGELOG.md b/tket2-hseries/CHANGELOG.md index 409e3534..dc120d58 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.8.1](https://github.com/CQCL/tket2/compare/tket2-hseries-v0.8.0...tket2-hseries-v0.8.1) - 2025-01-20 + +### New Features + +- *(tket2-hseries)* Add `tket2.wasm` extension (#737) + ## [0.8.0](https://github.com/CQCL/tket2/compare/tket2-hseries-v0.7.1...tket2-hseries-v0.8.0) - 2025-01-10 ### New Features diff --git a/tket2-hseries/Cargo.toml b/tket2-hseries/Cargo.toml index df88b64f..22f4d4d0 100644 --- a/tket2-hseries/Cargo.toml +++ b/tket2-hseries/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket2-hseries" -version = "0.8.0" +version = "0.8.1" edition.workspace = true rust-version.workspace = true @@ -23,7 +23,7 @@ required-features = ["cli"] [dependencies] hugr.workspace = true -tket2 = { path = "../tket2", version = "0.7.1" } +tket2 = { path = "../tket2", version = "0.7.2" } lazy_static.workspace = true serde = { workspace = true, features = ["derive"] } serde_json.workspace = true diff --git a/tket2-py/Cargo.toml b/tket2-py/Cargo.toml index e037f7d7..47209ac3 100644 --- a/tket2-py/Cargo.toml +++ b/tket2-py/Cargo.toml @@ -19,7 +19,7 @@ test = false bench = false [dependencies] -tket2 = { path = "../tket2", version = "0.7.1", features = [ +tket2 = { path = "../tket2", version = "0.7.2", features = [ "portmatching", "binary-eccs", ] } diff --git a/tket2/Cargo.toml b/tket2/Cargo.toml index 0d2b1d3e..5be542e2 100644 --- a/tket2/Cargo.toml +++ b/tket2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tket2" -version = "0.7.1" +version = "0.7.2" edition = { workspace = true } rust-version = { workspace = true }