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 #1644

Closed
wants to merge 2 commits into from
Closed

chore: release #1644

wants to merge 2 commits into from

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Nov 8, 2024

🤖 New release

  • hugr: 0.13.3 -> 0.13.4 (✓ API compatible changes)
  • hugr-core: 0.13.3 -> 0.13.4 (⚠️ API breaking changes✓ API compatible changes)
  • hugr-model: 0.14.0 -> 0.14.1 (✓ API compatible changes)
  • hugr-passes: 0.13.3 -> 0.13.4 (✓ API compatible changes)
  • hugr-cli: 0.13.3 -> 0.13.4 (✓ API compatible changes)

⚠️ hugr-core breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type TopoConvexChecker is no longer Sync, in /tmp/.tmpW1nNrJ/hugr/hugr-core/src/hugr/views/sibling_subgraph.rs:457
  type TopoConvexChecker is no longer RefUnwindSafe, in /tmp/.tmpW1nNrJ/hugr/hugr-core/src/hugr/views/sibling_subgraph.rs:457
Changelog

hugr

0.14.0 - 2024-11-13

New Features

  • Export/import of JSON metadata (#1622)

Performance

  • Faster singleton SiblingSubgraph construction (#1654)

hugr-core

0.14.0 - 2024-11-13

New Features

  • Export/import of JSON metadata (#1622)

Performance

  • Faster singleton SiblingSubgraph construction (#1654)

hugr-model

0.14.1 - 2024-11-13

New Features

  • Export/import of JSON metadata (#1622)

Performance

  • Faster singleton SiblingSubgraph construction (#1654)

hugr-passes

0.14.0 - 2024-11-13

Performance

  • Faster singleton SiblingSubgraph construction (#1654)

hugr-cli

0.14.0 - 2024-11-13

Performance

  • Faster singleton SiblingSubgraph construction (#1654)


This PR was generated with release-plz.

@hugrbot hugrbot added the release Release PR label Nov 8, 2024
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.51%. Comparing base (e63878f) to head (06980c5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1644   +/-   ##
=======================================
  Coverage   85.51%   85.51%           
=======================================
  Files         136      136           
  Lines       25264    25264           
  Branches    22176    22176           
=======================================
  Hits        21605    21605           
  Misses       2455     2455           
  Partials     1204     1204           
Flag Coverage Δ
python 92.42% <ø> (ø)
rust 84.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hugrbot hugrbot force-pushed the release-plz-2024-11-08T09-16-35Z branch 3 times, most recently from bc257c3 to 3d24f48 Compare November 13, 2024 11:14
@hugrbot hugrbot force-pushed the release-plz-2024-11-08T09-16-35Z branch from 3d24f48 to 59a11bf Compare November 13, 2024 15:56
@aborgna-q aborgna-q force-pushed the release-plz-2024-11-08T09-16-35Z branch from 5bf9062 to 06980c5 Compare November 13, 2024 16:03
@aborgna-q aborgna-q marked this pull request as ready for review November 13, 2024 16:04
@aborgna-q aborgna-q requested review from cqc-alec, ss2165 and a team as code owners November 13, 2024 16:04
@aborgna-q
Copy link
Collaborator

The breaking change in hugr-core was due to TopoConvexChecker losing Sync due to an internal change.
Let's ignore that for this release, as the structure is not currently used by our dependants.

@aborgna-q aborgna-q self-assigned this Nov 13, 2024
@hugrbot hugrbot closed this Nov 15, 2024
@aborgna-q aborgna-q mentioned this pull request Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Release PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants