Skip to content

Conversation

@hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Dec 23, 2025

πŸ€– New release

  • hugr-model: 0.25.0 -> 0.25.1 (βœ“ API compatible changes)
  • hugr-core: 0.25.0 -> 0.25.1 (βœ“ API compatible changes)
  • hugr-llvm: 0.25.0 -> 0.25.1 (βœ“ API compatible changes)
  • hugr-passes: 0.25.0 -> 0.25.1 (βœ“ API compatible changes)
  • hugr-persistent: 0.4.0 -> 0.4.1 (βœ“ API compatible changes)
  • hugr: 0.25.0 -> 0.25.1 (βœ“ API compatible changes)
  • hugr-cli: 0.25.0 -> 0.25.1
Changelog

hugr-model

0.25.0 - 2025-12-22

Bug Fixes

  • (model) avoid non abi-compatible pyo3 calls (#2679)

New Features

  • [breaking] Upgrade pyo3 dependency to 0.27 (#2736)

Refactor

  • Direct import of model representation to Python (#2683)

hugr-core

0.25.0 - 2025-12-22

Bug Fixes

  • (hugr-core) [breaking] Return error instead of panicking in MakeRegisteredOp::to_extension_op() (#2701)
  • register packaged extensions before model_ast import (#2702)
  • ModuleGraph misses static edges to non-container entrypoints (#2745)

New Features

  • return description output to python on error (#2681)
  • add hugr-core StaticGraph, deprecate hugr-passes CallGraph (#2698)
  • [breaking] Remove RootCheckable (#2704)
  • Add method to link Hugr modules (linking pt3) (#2529)
  • insert_link_hugr adds entrypoint subtree and links, with reachability (#2555)
  • [breaking] Upgrade pyo3 dependency to 0.27 (#2736)
  • [breaking] Bump MSRV to Rust 1.89 (#2747)
  • [breaking] Allow disconnecting specific edges in a hugr (#2737)
  • Optype iterators over value ports (#2738)
  • [breaking] Type-safe access for node metadata (#2755)
  • [breaking] GeneratorDesc metadata definition (#2759)

Refactor

  • [breaking] move envelope reading to dedicated module with dedicated errors (#2689)
  • Direct import of model representation to Python (#2683)
  • (linking.rs) [breaking] (tiny) avoid type_complexity (#2721)
  • [breaking] Remove multiple deprecated definitions (#2751)
  • [breaking] Delete ValueArray (#2760)
  • Deprecate Value::Function and inline_constant_functions (#2770)

hugr-llvm

0.25.0 - 2025-12-22

New Features

  • (llvm) [breaking] upgrade to inkwell 0.7 (#2695)

Refactor

  • Deprecate Value::Function and inline_constant_functions (#2770)

hugr-passes

0.25.1 - 2025-12-29

Bug Fixes

hugr-persistent

0.4.0 - 2025-12-22

New Features

  • [breaking] Remove RootCheckable (#2704)
  • [breaking] Bump MSRV to Rust 1.89 (#2747)
  • [breaking] Type-safe access for node metadata (#2755)

Refactor

  • [breaking] Remove multiple deprecated definitions (#2751)

hugr

0.25.1 - 2025-12-29

Bug Fixes

hugr-cli

0.25.0 - 2025-12-22

New Features

  • (cli, python) programmatic interface to cli with python bindings (#2677)
  • return description output to python on error (#2681)
  • [breaking] Type-safe access for node metadata (#2755)
  • [breaking] GeneratorDesc metadata definition (#2759)

Refactor

  • [breaking] move envelope reading to dedicated module with dedicated errors (#2689)
  • (cli) [breaking] remove deprecated hugr_json handling (#2690)
  • [breaking] Remove multiple deprecated definitions (#2751)


This PR was generated with release-plz.

@hugrbot hugrbot added the release Release PR label Dec 23, 2025
@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2778   +/-   ##
=======================================
  Coverage   83.72%   83.72%           
=======================================
  Files         263      263           
  Lines       52725    52725           
  Branches    47481    47481           
=======================================
  Hits        44144    44144           
  Misses       6192     6192           
  Partials     2389     2389           
Flag Coverage Ξ”
python 88.82% <ΓΈ> (ΓΈ)
rust 83.16% <ΓΈ> (ΓΈ)

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-12-23T10-12-57Z branch from c881ce0 to eb06104 Compare December 23, 2025 14:25
@hugrbot hugrbot force-pushed the release-plz-2025-12-23T10-12-57Z branch from eb06104 to f09b4c7 Compare December 29, 2025 14:16
@aborgna-q aborgna-q marked this pull request as ready for review December 29, 2025 15:19
@aborgna-q aborgna-q added this pull request to the merge queue Dec 29, 2025
Merged via the queue into main with commit 425ac83 Dec 29, 2025
31 checks passed
@aborgna-q aborgna-q deleted the release-plz-2025-12-23T10-12-57Z branch December 29, 2025 15:48
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