Skip to content

Commit

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

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

<blockquote>

## 0.5.0 (2024-07-09)

### Features

- Handle legacy tk1 optype
([#54](#54))
- [**breaking**] Classical op params
([#56](#56))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Co-authored-by: Agustín Borgna <[email protected]>
  • Loading branch information
hugrbot and aborgna-q authored Jul 9, 2024
1 parent 31b3193 commit 605e41e
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.5.0 (2024-07-09)

### Features

- Handle legacy tk1 optype ([#54](https://github.com/CQCL/tket-json-rs/pull/54))
- [**breaking**] Add missing classical operation params ([#56](https://github.com/CQCL/tket-json-rs/pull/56))
- [**breaking**] Add missing `data` operation param ([#56](https://github.com/CQCL/tket-json-rs/pull/56))
- [**breaking**] Make more things `non_exhaustive` ([#56](https://github.com/CQCL/tket-json-rs/pull/56))


## 0.4.2 (2024-07-05)

### Bug Fixes
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.4.2"
version = "0.5.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit 605e41e

Please sign in to comment.