Skip to content

Commit

Permalink
chore: release v0.5.1 (#58)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `tket-json-rs`: 0.5.0 -> 0.5.1

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

<blockquote>

## 0.5.1 (2024-07-24)

### Features

- Handle legacy condition optype
([#59](#59))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
hugrbot authored Jul 24, 2024
1 parent 6cca01c commit d035212
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release notes

## 0.5.1 (2024-07-24)

### Features

- Handle legacy condition optype ([#59](https://github.com/CQCL/tket-json-rs/pull/59))


## 0.5.0 (2024-07-09)

### Features
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.5.0"
version = "0.5.1"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit d035212

Please sign in to comment.