Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.4.0 #34

Merged
merged 2 commits into from
Apr 8, 2024
Merged

chore: release v0.4.0 #34

merged 2 commits into from
Apr 8, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 4, 2024

🤖 New release

  • tket-json-rs: 0.3.1 -> 0.4.0 (⚠️ API breaking changes)

⚠️ tket-json-rs breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself 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.30.0/src/lints/enum_missing.ron

Failed in:
  enum tket_json_rs::circuit_json::OpBox, previously in file /tmp/.tmpVNdz4z/tket-json-rs/src/circuit_json.rs:67
  enum tket_json_rs::circuit_json::ToffoliBoxSynthStrat, previously in file /tmp/.tmpVNdz4z/tket-json-rs/src/circuit_json.rs:302

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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.30.0/src/lints/struct_missing.ron

Failed in:
  struct tket_json_rs::circuit_json::BoxID, previously in file /tmp/.tmpVNdz4z/tket-json-rs/src/circuit_json.rs:58
  struct tket_json_rs::circuit_json::PauliStabiliser, previously in file /tmp/.tmpVNdz4z/tket-json-rs/src/circuit_json.rs:51
Changelog

0.4.0 (2024-04-08)

Bug Fixes

  • Add missing OpTypes (#37)

Miscellaneous Tasks

  • [breaking] Update pyo3 to 0.21 (#33)

Refactor

  • Move OpBox to a new module (#35)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-04-04T15-05-07Z branch 2 times, most recently from 4ba3fc2 to 994bfdf Compare April 8, 2024 11:54
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-04-04T15-05-07Z branch from 994bfdf to b536707 Compare April 8, 2024 13:48
@aborgna-q aborgna-q enabled auto-merge April 8, 2024 13:54
@aborgna-q aborgna-q added this pull request to the merge queue Apr 8, 2024
Merged via the queue into main with commit 5ee17e1 Apr 8, 2024
5 checks passed
@aborgna-q aborgna-q deleted the release-plz-2024-04-04T15-05-07Z branch April 8, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant