Skip to content

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Oct 1, 2025

πŸ€– New release

  • hugr-model: 0.23.0 -> 0.24.0
  • hugr-core: 0.23.0 -> 0.24.0 (βœ“ API compatible changes)
  • hugr-llvm: 0.23.0 -> 0.24.0 (βœ“ API compatible changes)
  • hugr-passes: 0.23.0 -> 0.24.0 (βœ“ API compatible changes)
  • hugr-persistent: 0.3.0 -> 0.3.1 (βœ“ API compatible changes)
  • hugr: 0.23.0 -> 0.24.0 (βœ“ API compatible changes)
  • hugr-cli: 0.23.0 -> 0.24.0 (βœ“ API compatible changes)
Changelog

hugr-model

0.23.0 - 2025-09-30

Bug Fixes

  • [breaking] Appease cargo-audit by replacing unmaintained dependencies (#2572)

New Features

  • Documentation and error hints (#2523)

hugr-core

0.24.0 - 2025-10-13

Bug Fixes

  • Preserve offset for CFG edges when serializing to JSON (#2606)

New Features

  • LLVM lowering for borrow arrays using bitmasks (#2574)
  • (py, core, llvm) add is_borrowed op for BorrowArray (#2610)

Refactor

  • [breaking] consistent inout order in borrow array (#2621)

hugr-llvm

0.24.0 - 2025-10-13

New Features

  • LLVM lowering for borrow arrays using bitmasks (#2574)
  • (py, core, llvm) add is_borrowed op for BorrowArray (#2610)

Refactor

  • [breaking] consistent inout order in borrow array (#2621)

hugr-passes

0.24.0 - 2025-10-13

New Features

  • Add handler for copying / discarding borrow arrays to default lineariser (#2602)

hugr-persistent

0.3.1 - 2025-10-13

Bug Fixes

  • (test) No extension serialisation in persistent-hugr testing (#2612)

New Features

  • (persistent) Redesign CommitStateSpace, bound Commit lifetime (#2534)

hugr

0.24.0 - 2025-10-13

Bug Fixes

  • Preserve offset for CFG edges when serializing to JSON (#2606)

New Features

  • Add handler for copying / discarding borrow arrays to default lineariser (#2602)
  • LLVM lowering for borrow arrays using bitmasks (#2574)
  • (py, core, llvm) add is_borrowed op for BorrowArray (#2610)

Refactor

  • [breaking] consistent inout order in borrow array (#2621)

hugr-cli

0.24.0 - 2025-10-13

Documentation

  • update cli readme (#2601)


This PR was generated with release-plz.

@hugrbot hugrbot added the release Release PR label Oct 1, 2025
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 83.36%. Comparing base (8fc59f3) to head (dd827d7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2605   +/-   ##
=======================================
  Coverage   83.36%   83.36%           
=======================================
  Files         257      257           
  Lines       50664    50664           
  Branches    46187    46187           
=======================================
  Hits        42238    42238           
  Misses       6059     6059           
  Partials     2367     2367           
Flag Coverage Ξ”
python 91.53% <ΓΈ> (ΓΈ)
rust 82.57% <ΓΈ> (ΓΈ)

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-10-01T16-10-22Z branch 5 times, most recently from 9a209ea to 41c7108 Compare October 8, 2025 13:13
@hugrbot hugrbot force-pushed the release-plz-2025-10-01T16-10-22Z branch 3 times, most recently from 38243b2 to 987a1bc Compare October 13, 2025 09:41
@hugrbot hugrbot force-pushed the release-plz-2025-10-01T16-10-22Z branch from 987a1bc to dd827d7 Compare October 13, 2025 10:50
@ss2165 ss2165 marked this pull request as ready for review October 13, 2025 10:52
@ss2165 ss2165 requested review from a team, aborgna-q, cqc-alec, doug-q and ss2165 as code owners October 13, 2025 10:52
@ss2165 ss2165 added this pull request to the merge queue Oct 13, 2025
Merged via the queue into main with commit 9f9be92 Oct 13, 2025
27 checks passed
@ss2165 ss2165 deleted the release-plz-2025-10-01T16-10-22Z branch October 13, 2025 11:12
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