Skip to content

Commit

Permalink
chore: release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugrbot authored Nov 13, 2024
1 parent dbf513d commit 1abf4b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release notes

## 0.7.0 (2024-11-13)

### Features

- [**breaking**] `created/discarded_qubits` circuit attribute ([#87](https://github.com/CQCL/tket-json-rs/pull/87))
- Support classical expressions ([#86](https://github.com/CQCL/tket-json-rs/pull/86))
- [**breaking**] Rename `Register` and cleanup definitions ([#89](https://github.com/CQCL/tket-json-rs/pull/89))
- [**breaking**] Support old `Composite` alias for `CustomGate` ([#91](https://github.com/CQCL/tket-json-rs/pull/91))



## 0.6.2 (2024-10-21)

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.6.2"
version = "0.7.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.75"
Expand Down

0 comments on commit 1abf4b5

Please sign in to comment.