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

Merged
merged 3 commits into from
Mar 21, 2025
Merged

chore: release #2002

merged 3 commits into from
Mar 21, 2025

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Mar 19, 2025

πŸ€– New release

  • hugr-model: 0.18.0 -> 0.18.1 (βœ“ API compatible changes)
  • hugr-core: 0.15.0 -> 0.16.0 (βœ“ API compatible changes)
  • hugr-llvm: 0.15.0 -> 0.16.0 (βœ“ API compatible changes)
  • hugr-passes: 0.15.0 -> 0.16.0 (βœ“ API compatible changes)
  • hugr: 0.15.0 -> 0.16.0 (βœ“ API compatible changes)
  • hugr-cli: 0.15.0 -> 0.16.0 (βœ“ API compatible changes)
Changelog

hugr-model

0.18.0 - 2025-03-14

Bug Fixes

  • Hugr-model using undeclared derive_more features (#1940)

New Features

  • (hugr-model) [breaking] Add read_from_reader and write_to_writer for streaming reads and writes. (#1871)
  • hugr-model AST (#1953)

Refactor

  • (hugr-model) Reexport bumpalo from hugr-model (#1870)

hugr-core

0.16.0 - 2025-03-21

Bug Fixes

  • correct CallIndirect tag from FnCall to DataflowChild (#2006)
  • StaticArrayValue serialisation (#2009)

New Features

  • traits for transforming Types/TypeArgs/etc. (#1991)
  • add exit operation to prelude (#2008)
  • Add llvm codegen for collections.static_array (#2003)

hugr-llvm

0.16.0 - 2025-03-21

Bug Fixes

  • Remove return from val_or_panic (#1999)

New Features

  • add exit operation to prelude (#2008)
  • Add llvm codegen for collections.static_array (#2003)

hugr-passes

0.16.0 - 2025-03-21

Bug Fixes

  • correct CallIndirect tag from FnCall to DataflowChild (#2006)

hugr

0.16.0 - 2025-03-21

Bug Fixes

  • correct CallIndirect tag from FnCall to DataflowChild (#2006)
  • StaticArrayValue serialisation (#2009)

New Features

  • traits for transforming Types/TypeArgs/etc. (#1991)
  • add exit operation to prelude (#2008)
  • Add llvm codegen for collections.static_array (#2003)
  • (hugr-py) Support envelope compression (#1994)

hugr-cli

0.16.0 - 2025-03-21

New Features

  • (hugr-cli) Nicer error when passing a non-envelope file (#2007)


This PR was generated with release-plz.

@hugrbot hugrbot added the release Release PR label Mar 19, 2025
Copy link

codecov bot commented Mar 19, 2025

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 83.83%. Comparing base (33a2b49) to head (c65075e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2002   +/-   ##
=======================================
  Coverage   83.83%   83.83%           
=======================================
  Files         210      210           
  Lines       39640    39640           
  Branches    36312    36312           
=======================================
  Hits        33233    33233           
  Misses       4531     4531           
  Partials     1876     1876           
Flag Coverage Ξ”
python 92.12% <ΓΈ> (ΓΈ)
rust 83.07% <ΓΈ> (ΓΈ)

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-03-19T12-08-54Z branch 5 times, most recently from 38f4a9e to c89d9a8 Compare March 20, 2025 16:17
@hugrbot hugrbot force-pushed the release-plz-2025-03-19T12-08-54Z branch from c89d9a8 to 70f0999 Compare March 21, 2025 11:18
@doug-q doug-q marked this pull request as ready for review March 21, 2025 11:43
@doug-q doug-q requested review from aborgna-q, cqc-alec, ss2165, doug-q and a team as code owners March 21, 2025 11:43
Copy link
Collaborator

@doug-q doug-q left a comment

Choose a reason for hiding this comment

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

hugrbot says this is a breaking release, we need to fix that

@aborgna-q
Copy link
Collaborator

semver-checks says there's no breaking API changes, it's just picking the breaking flag from #2013

We'll have to do a manual edit to override that

@doug-q
Copy link
Collaborator

doug-q commented Mar 21, 2025

@aborgna-q Can you double check please?

Copy link
Collaborator

@aborgna-q aborgna-q left a comment

Choose a reason for hiding this comment

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

:shipit:

@aborgna-q aborgna-q added this pull request to the merge queue Mar 21, 2025
Merged via the queue into main with commit c90545d Mar 21, 2025
25 checks passed
@aborgna-q aborgna-q deleted the release-plz-2025-03-19T12-08-54Z branch March 21, 2025 13:39
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