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

Closed
wants to merge 1 commit into from
Closed

chore: release #1420

wants to merge 1 commit into from

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Aug 13, 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)

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)

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.

Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.20%. Comparing base (88913f2) to head (bb3a598).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1420   +/-   ##
=======================================
  Coverage   87.20%   87.20%           
=======================================
  Files         125      125           
  Lines       21384    21384           
  Branches    18412    18412           
=======================================
  Hits        18648    18648           
  Misses       1969     1969           
  Partials      767      767           
Flag Coverage Δ
python 92.69% <ø> (ø)
rust 86.31% <ø> (ø)

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.

@github-actions github-actions bot force-pushed the release-plz-2024-08-13T09-37-48Z branch 7 times, most recently from d1fb5b9 to 94bee5c Compare August 15, 2024 11:20
@hugrbot hugrbot force-pushed the release-plz-2024-08-13T09-37-48Z branch 17 times, most recently from 45b03fb to 7e914bd Compare August 22, 2024 15:32
@hugrbot hugrbot force-pushed the release-plz-2024-08-13T09-37-48Z branch 5 times, most recently from a0509f1 to 9bd215e Compare August 28, 2024 14:39
@hugrbot hugrbot force-pushed the release-plz-2024-08-13T09-37-48Z branch 7 times, most recently from c03bf12 to 30304b4 Compare August 30, 2024 14:11
@hugrbot hugrbot force-pushed the release-plz-2024-08-13T09-37-48Z branch from 30304b4 to bb3a598 Compare August 30, 2024 14:33
@hugrbot hugrbot closed this Aug 30, 2024
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.

1 participant