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

Closed
wants to merge 2 commits into from
Closed

chore: release #1181

wants to merge 2 commits into from

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Jun 7, 2024

🤖 New release

  • hugr: 0.5.1 -> 0.6.0
  • hugr-core: 0.2.0 -> 0.3.0
  • hugr-passes: 0.2.0 -> 0.3.0
  • hugr-cli: 0.1.1 -> 0.1.2
Changelog

hugr

0.6.0 (2024-06-27)

Bug Fixes

  • SimpleReplacement panic on multiports (#1191)
  • Add some validation for const nodes (#1222)
  • Cfg not validating entry/exit types (#1229)

Documentation

  • Fix documentation of ValidationError::ConstTypeError (#1227)

Features

  • CircuitBuilder::add_constant (#1168)
  • [breaking] Make the rewrite errors more useful (#1174)
  • [breaking] Validate Extensions using hierarchy, ignore input_extensions, RIP inference (#1142)
  • [breaking] Infer extension deltas for Case, Cfg, Conditional, DataflowBlock, Dfg, TailLoop (#1195)

Refactor

  • [breaking] FunctionBuilder takes impl Into (#1220)
  • [breaking] Remove NodeType and input_extensions (#1183)

hugr-core

0.3.0 (2024-06-27)

Bug Fixes

  • SimpleReplacement panic on multiports (#1191)
  • Add some validation for const nodes (#1222)
  • Cfg not validating entry/exit types (#1229)

Documentation

  • Fix documentation of ValidationError::ConstTypeError (#1227)

Features

  • CircuitBuilder::add_constant (#1168)
  • [breaking] Make the rewrite errors more useful (#1174)
  • [breaking] Validate Extensions using hierarchy, ignore input_extensions, RIP inference (#1142)
  • [breaking] Infer extension deltas for Case, Cfg, Conditional, DataflowBlock, Dfg, TailLoop (#1195)

Refactor

  • [breaking] Remove NodeType and input_extensions (#1183)
  • [breaking] FunctionBuilder takes impl Into (#1220)

hugr-passes

0.3.0 (2024-06-27)

Features

  • [breaking] Validate Extensions using hierarchy, ignore input_extensions, RIP inference (#1142)

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 86.99%. Comparing base (2b05771) to head (a26e768).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1181   +/-   ##
=======================================
  Coverage   86.99%   86.99%           
=======================================
  Files         100      100           
  Lines       19021    19021           
  Branches    17040    17040           
=======================================
  Hits        16547    16547           
  Misses       1696     1696           
  Partials      778      778           
Flag Coverage Δ
rust 86.47% <ø> (ø)

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-06-07T14-46-00Z branch 7 times, most recently from 5585f90 to 76d5267 Compare June 14, 2024 07:56
@github-actions github-actions bot force-pushed the release-plz-2024-06-07T14-46-00Z branch 13 times, most recently from 45b4da6 to a5be9e1 Compare June 21, 2024 15:41
@github-actions github-actions bot force-pushed the release-plz-2024-06-07T14-46-00Z branch 7 times, most recently from 8a962a5 to 50982a4 Compare June 27, 2024 08:42
@github-actions github-actions bot force-pushed the release-plz-2024-06-07T14-46-00Z branch from 50982a4 to e81c94d Compare June 27, 2024 09:16
@doug-q doug-q marked this pull request as ready for review June 27, 2024 11:17
@doug-q doug-q requested review from aborgna-q, cqc-alec, ss2165 and a team as code owners June 27, 2024 11:17
Copy link
Collaborator

@cqc-alec cqc-alec left a comment

Choose a reason for hiding this comment

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

May need to edit the changelogs? The way they're generated per-component is a bit unsatisfactory.

Comment on lines 5 to 7
### Bug Fixes

- Add some validation for const nodes ([#1222](https://github.com/CQCL/hugr/pull/1222))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove from here?


### Refactor

- [**breaking**] Remove NodeType and input_extensions ([#1183](https://github.com/CQCL/hugr/pull/1183))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove from here?

@doug-q doug-q requested a review from cqc-alec June 28, 2024 08:12
@doug-q
Copy link
Collaborator

doug-q commented Jun 28, 2024

I've edited the CHANGELOG in both the tree and the commit message

@doug-q doug-q added this pull request to the merge queue Jun 28, 2024
@hugrbot hugrbot closed this Jun 28, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a manual request Jun 28, 2024
@doug-q doug-q mentioned this pull request Jul 1, 2024
@aborgna-q aborgna-q deleted the release-plz-2024-06-07T14-46-00Z branch July 8, 2024 13:51
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.

None yet

3 participants