Skip to content

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Jul 29, 2025

πŸ€– New release

  • hugr-model: 0.22.1 -> 0.23.0 (βœ“ API compatible changes)
  • hugr-core: 0.22.1 -> 0.23.0 (⚠ API breaking changes)
  • hugr-llvm: 0.22.1 -> 0.23.0 (βœ“ API compatible changes)
  • hugr-passes: 0.22.1 -> 0.23.0 (βœ“ API compatible changes)
  • hugr-persistent: 0.2.1 -> 0.2.2 (βœ“ API compatible changes)
  • hugr: 0.22.1 -> 0.23.0 (βœ“ API compatible changes)
  • hugr-cli: 0.22.1 -> 0.23.0 (βœ“ API compatible changes)

⚠ hugr-core breaking changes

--- 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.41.0/src/lints/struct_missing.ron

Failed in:
  struct hugr_core::hugr::views::sibling_subgraph::TopoConvexChecker, previously in file /tmp/.tmpA42bjc/hugr-core/src/hugr/views/sibling_subgraph.rs:601
Changelog

hugr-model

0.23.0 - 2025-08-06

New Features

  • Type of constants in core Terms. (#2411)

hugr-core

0.23.0 - 2025-08-06

New Features

  • Type of constants in core Terms. (#2411)
  • Support LineConvexChecker (#2487)

hugr-llvm

0.23.0 - 2025-08-06

Bug Fixes

  • added public func getter for EmitFuncContext (#2482)
  • (hugr-llvm) Set llvm function linkage based on Visibility hugr node field (#2502)

hugr-passes

0.22.1 - 2025-07-28

New Features

  • Include copy_discard_array in DelegatingLinearizer::default (#2479)
  • Inline calls to functions not on cycles in the call graph (#2450)

hugr-persistent

0.2.0 - 2025-07-24

New Features

  • [breaking] Update portgraph dependency to 0.15 (#2455)

hugr

0.23.0 - 2025-08-06

New Features

  • Type of constants in core Terms. (#2411)
  • Support LineConvexChecker (#2487)

hugr-cli

0.23.0 - 2025-08-06

New Features

  • (cli) Deprecate HugrInputArgs::get_hugr (#2506)


This PR was generated with release-plz.

@hugrbot hugrbot added the release Release PR label Jul 29, 2025
Copy link

codecov bot commented Jul 29, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 82.66%. Comparing base (7927acd) to head (9e36f42).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2493   +/-   ##
=======================================
  Coverage   82.66%   82.66%           
=======================================
  Files         251      251           
  Lines       46798    46798           
  Branches    42327    42327           
=======================================
  Hits        38686    38686           
  Misses       6061     6061           
  Partials     2051     2051           
Flag Coverage Ξ”
python 91.38% <ΓΈ> (ΓΈ)
rust 81.74% <ΓΈ> (ΓΈ)

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.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hugrbot hugrbot force-pushed the release-plz-2025-07-29T13-19-57Z branch 9 times, most recently from 5cfc859 to 162299a Compare August 4, 2025 11:41
@hugrbot hugrbot force-pushed the release-plz-2025-07-29T13-19-57Z branch 2 times, most recently from c49e9e8 to b90339c Compare August 6, 2025 11:19
@aborgna-q
Copy link
Collaborator

We will override the breaking change here.
See #2487

@hugrbot hugrbot force-pushed the release-plz-2025-07-29T13-19-57Z branch from b90339c to 47f4e7d Compare August 6, 2025 12:25
@hugrbot hugrbot force-pushed the release-plz-2025-07-29T13-19-57Z branch from 47f4e7d to f7d847f Compare August 6, 2025 12:38
@lmondada lmondada marked this pull request as ready for review August 6, 2025 13:12
@lmondada lmondada requested review from aborgna-q, cqc-alec, ss2165, doug-q and a team as code owners August 6, 2025 13:12
@aborgna-q aborgna-q added this pull request to the merge queue Aug 6, 2025
Comment on lines +3 to 9
## [0.22.2](https://github.com/CQCL/hugr/compare/hugr-cli-v0.22.1...hugr-cli-v0.22.2) - 2025-08-06

### New Features

- *(cli)* Deprecate HugrInputArgs::get_hugr ([#2506](https://github.com/CQCL/hugr/pull/2506))

## [0.22.0](https://github.com/CQCL/hugr/compare/hugr-cli-v0.21.0...hugr-cli-v0.22.0) - 2025-07-24
Copy link
Collaborator

@cqc-alec cqc-alec Aug 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are the changelogs missing 0.22.1? Is it because there wasn't a 0.22.1 release for these crates?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's a great question! @aborgna-q ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The crate versions are updated in lock-step, but there weren't any changes for hugr-cli 0.22.1 so its changelog didn't get updated.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then the comparison URL should be from v0.22.0 not v0.22.1?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tag does exist since the crate was released.
Between 0.21.0 and 0.21.1 there weren't any commits affecting hugr-cli, so they can be ignored.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK it's probably fine, but when I go to the URL the page says "We couldn’t figure out how to compare these references, do they point to valid commits?".

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new tag doesn't exist yet, it'll be created after the merge

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, thanks!

@aborgna-q aborgna-q removed this pull request from the merge queue due to a manual request Aug 6, 2025
@aborgna-q aborgna-q added this pull request to the merge queue Aug 6, 2025
@aborgna-q aborgna-q removed this pull request from the merge queue due to a manual request Aug 6, 2025
@aborgna-q aborgna-q added this pull request to the merge queue Aug 6, 2025
Merged via the queue into main with commit 33e5305 Aug 6, 2025
26 checks passed
@aborgna-q aborgna-q deleted the release-plz-2025-07-29T13-19-57Z branch August 6, 2025 13:42
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.

4 participants