Skip to content

Commit

Permalink
chore: release v0.6.2 (#75)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `tket-json-rs`: 0.6.1 -> 0.6.2 (✓ API compatible changes)

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

<blockquote>

## 0.6.1 (2024-08-07)

### Features

- `map_params` helpers on the parametric structs
([#65](#65))
</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 Oct 21, 2024
1 parent 5afc58f commit acd0cb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes


## 0.6.2 (2024-10-21)

### Features

- Updated pyo3 dependency to `0.22` ([#73](https://github.com/CQCL/tket-json-rs/pull/73))


## 0.6.1 (2024-08-07)

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

0 comments on commit acd0cb8

Please sign in to comment.