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

Closed
wants to merge 1 commit into from
Closed

chore: release #1492

wants to merge 1 commit into from

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.

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 (26ec57a) to head (497c06b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1492   +/-   ##
=======================================
  Coverage   87.29%   87.29%           
=======================================
  Files         126      126           
  Lines       21634    21634           
  Branches    18662    18662           
=======================================
  Hits        18885    18885           
  Misses       1979     1979           
  Partials      770      770           
Flag Coverage Δ
python 92.73% <ø> (ø)
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.

@hugrbot hugrbot force-pushed the release-plz-2024-08-30T14-34-25Z branch from 277ead9 to 497c06b Compare August 30, 2024 15:03
@aborgna-q aborgna-q self-assigned this Aug 30, 2024
@aborgna-q aborgna-q marked this pull request as ready for review August 30, 2024 15:06
@aborgna-q aborgna-q added this pull request to the merge queue Aug 30, 2024
@hugrbot hugrbot closed this Aug 30, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a manual request Aug 30, 2024
@aborgna-q aborgna-q deleted the release-plz-2024-08-30T14-34-25Z branch October 14, 2024 09:54
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.

2 participants