Skip to content

Commit

Permalink
chore: release v0.3.0 (#26)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `tket-json-rs`: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)

### ⚠️ `tket-json-rs` breaking changes

```
--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.24.2/src/lints/inherent_method_missing.ron

Failed in:
  SerialCircuit::_from_tket1, previously in file /tmp/.tmpCcfyh4/tket-json-rs/src/pytket.rs:10

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.24.2/src/lints/method_parameter_count_changed.ron

Failed in:
  tket_json_rs::circuit_json::SerialCircuit::to_tket1 now takes 2 parameters instead of 1, in /tmp/.tmpvYRSl5/tket-json-rs/src/pytket.rs:22
```

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

<blockquote>

## 0.3.0 (2023-11-09)

### Features

- [**breaking**] Non-locking python conversion calls
([#25](#25))
</blockquote>


</p></details>

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

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 10, 2023
1 parent 494f0c5 commit c1f6767
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release notes

## 0.3.0 (2023-11-09)

### Features

- [**breaking**] Non-locking python conversion calls ([#25](https://github.com/CQCL/tket-json-rs/pull/25))

## 0.2.0 (2023-10-16)

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

0 comments on commit c1f6767

Please sign in to comment.