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

Merged
merged 1 commit into from
Aug 30, 2024
Merged

chore: release #1495

merged 1 commit into from
Aug 30, 2024

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Aug 30, 2024

🤖 New release

  • hugr: 0.11.0 -> 0.12.0
  • hugr-core: 0.8.0 -> 0.9.0
  • hugr-passes: 0.7.0 -> 0.8.0
  • hugr-cli: 0.4.0 -> 0.5.0
Changelog

hugr

0.12.0 (2024-08-30)

Features

  • [breaking] Disallow opaque ops during validation (#1431)
  • [breaking] Add collections to serialized standard extensions (#1452)
  • [breaking] Variadic logic ops now binary (#1451)
  • [breaking] Int operations other than widen/narrow have only one width arg (#1455)
  • Add a FuncTypeBase::io method (#1458)
  • Add missing ops (#1463)
  • [breaking] Move Lift, MakeTuple, UnpackTuple and Lift to prelude (#1475)
  • Option / Result helpers (#1481)
  • [breaking] Add more list operations (#1474)
  • [breaking] Move int conversions to conversions ext, add to/from usize (#1490)
  • Fill out array ops (#1491)

Refactor

  • [breaking] Bring the collections ext in line with other extension defs (#1469)
  • [breaking] Make Either::Right the "success" case (#1489)
  • [breaking] Flatten CustomOp in to OpType (#1429)

Testing

  • Add serialization benchmarks (#1439)

hugr-core

0.9.0 (2024-08-30)

Features

  • [breaking] Disallow opaque ops during validation (#1431)
  • [breaking] Add collections to serialized standard extensions (#1452)
  • [breaking] Variadic logic ops now binary (#1451)
  • [breaking] Int operations other than widen/narrow have only one width arg (#1455)
  • Add a FuncTypeBase::io method (#1458)
  • Add missing ops (#1463)
  • [breaking] Move Lift, MakeTuple, UnpackTuple and Lift to prelude (#1475)
  • Option / Result helpers (#1481)
  • [breaking] Add more list operations (#1474)
  • [breaking] Move int conversions to conversions ext, add to/from usize (#1490)
  • Fill out array ops (#1491)

Refactor

  • [breaking] Flatten CustomOp in to OpType (#1429)
  • [breaking] Bring the collections ext in line with other extension defs (#1469)
  • [breaking] Make Either::Right the "success" case (#1489)

hugr-passes

0.8.0 (2024-08-30)

Features

  • [breaking] Variadic logic ops now binary (#1451)
  • [breaking] Int operations other than widen/narrow have only one width arg (#1455)
  • [breaking] Move Lift, MakeTuple, UnpackTuple and Lift to prelude (#1475)
  • [breaking] Add more list operations (#1474)
  • [breaking] Move int conversions to conversions ext, add to/from usize (#1490)

Refactor

  • [breaking] Flatten CustomOp in to OpType (#1429)
  • [breaking] Bring the collections ext in line with other extension defs (#1469)
  • [breaking] Make Either::Right the "success" case (#1489)

hugr-cli

0.5.0 (2024-08-30)

Features

  • [breaking] Add collections to serialized standard extensions (#1452)


This PR was generated with release-plz.

@aborgna-q aborgna-q marked this pull request as ready for review August 30, 2024 15:34
@aborgna-q aborgna-q requested review from cqc-alec, ss2165 and a team as code owners August 30, 2024 15:34
@aborgna-q aborgna-q added this pull request to the merge queue Aug 30, 2024
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.29%. Comparing base (d43cbb2) to head (3170951).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1495   +/-   ##
=======================================
  Coverage   87.29%   87.29%           
=======================================
  Files         126      126           
  Lines       21633    21633           
  Branches    18662    18662           
=======================================
  Hits        18884    18884           
  Misses       1979     1979           
  Partials      770      770           
Flag Coverage Δ
python 92.72% <ø> (ø)
rust 86.42% <ø> (ø)

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.

Merged via the queue into main with commit 3213063 Aug 30, 2024
21 checks passed
@aborgna-q aborgna-q deleted the release-plz-2024-08-30T15-33-32Z branch August 30, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants