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

Merged
merged 1 commit into from
Jun 7, 2024
Merged

chore: release #1180

merged 1 commit into from
Jun 7, 2024

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Jun 7, 2024

🤖 New release

  • hugr: 0.5.0 -> 0.5.1
  • hugr-core: 0.1.0 -> 0.2.0
  • hugr-passes: 0.1.0 -> 0.2.0
  • hugr-cli: 0.1.0 -> 0.1.1
Changelog

hugr

0.5.1 (2024-06-07)

Refactor

  • Move binary to hugr-cli (#1134)

hugr-core

0.2.0 (2024-06-07)

Bug Fixes

  • [breaking] Validate that control-flow outputs have exactly one successor (#1144)
  • Do not require matching extension_reqs when creating a replacement (#1177)

Features

  • Add ConstExternalSymbol to prelude (#1123)
  • HugrView::extract_hugr to extract regions into owned hugrs. (#1173)

Testing

  • Serialisation round trip testing for OpDef (#999)

hugr-passes

0.2.0 (2024-06-07)

Features

  • Add ValidationLevel tooling and apply to constant_fold_pass (#1035)

hugr-cli

0.1.1 (2024-06-07)

Features

  • Reexport clap::Parser and clap_verbosity_flag::Level from hugr_cli (#1146)

Refactor

  • Move binary to hugr-cli (#1134)


This PR was generated with release-plz.

Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.09%. Comparing base (68595c8) to head (5ac487f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1180      +/-   ##
==========================================
+ Coverage   87.04%   87.09%   +0.04%     
==========================================
  Files          97       97              
  Lines       19287    19287              
  Branches    18422    18422              
==========================================
+ Hits        16789    16798       +9     
+ Misses       1645     1636       -9     
  Partials      853      853              
Flag Coverage Δ
rust 86.98% <ø> (+0.04%) ⬆️

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.

@aborgna-q aborgna-q force-pushed the release-plz-2024-06-07T12-16-33Z branch from 8fb2f4f to 5ac487f Compare June 7, 2024 13:19
@aborgna-q aborgna-q marked this pull request as ready for review June 7, 2024 13:21
@aborgna-q aborgna-q requested review from cqc-alec, ss2165 and a team as code owners June 7, 2024 13:21
@aborgna-q aborgna-q added this pull request to the merge queue Jun 7, 2024
@@ -17,6 +17,7 @@ git_release_name = "{{ package }}: v{{ version }}"

[[package]]
name = "hugr"
changelog_include = ["hugr-core", "hugr-passes"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not sure what this signifies and why hugr-cli isn't there?

Merged via the queue into main with commit 71509d9 Jun 7, 2024
20 checks passed
@aborgna-q aborgna-q deleted the release-plz-2024-06-07T12-16-33Z branch June 7, 2024 13:28
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