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

Merged
merged 3 commits into from
Jul 29, 2024
Merged

chore: release #1330

merged 3 commits into from
Jul 29, 2024

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Jul 22, 2024

🤖 New release

  • hugr: 0.9.1 -> 0.10.0
  • hugr-core: 0.6.1 -> 0.7.0
  • hugr-passes: 0.6.1 -> 0.6.2
  • hugr-cli: 0.2.1 -> 0.3.0
Changelog

hugr

0.10.0 (2024-07-26)

Bug Fixes

(#1350))

  • [breaking] Bump serialisation version with no upgrade path (#1352)

Features

  • Add nonlocal_edges and ensure_no_nonlocal_edges (#1345)
  • Serialization upgrade path (#1327)
  • [breaking] Replace opaque type arguments with String (#1328)
  • Add impl Hash for Type (#1347)
  • HasDef and HasConcrete traits for def/concrete op design pattern (#1336)
  • Add pointer standard extension (#1337)
  • [breaking] Remove the Eq type bound. (#1364)

Refactor

  • [breaking] Use JSON rather than YAML in opaque fields. (#1338)
  • [breaking] Declarative module behind optional feature flag (#1341)

Testing

  • Miri gate serialization upgrades (#1349)

hugr-core

0.7.0 (2024-07-26)

Bug Fixes

(#1350))

  • [breaking] Bump serialisation version with no upgrade path (#1352)

Features

  • Serialization upgrade path (#1327)
  • [breaking] Replace opaque type arguments with String (#1328)
  • Add impl Hash for Type (#1347)
  • HasDef and HasConcrete traits for def/concrete op design pattern (#1336)
  • Add pointer standard extension (#1337)
  • [breaking] Remove the Eq type bound. (#1364)

Refactor

  • [breaking] Use JSON rather than YAML in opaque fields. (#1338)
  • [breaking] Declarative module behind optional feature flag (#1341)

Testing

  • Miri gate serialization upgrades (#1349)

hugr-passes

0.6.2 (2024-07-26)

Features

  • Add nonlocal_edges and ensure_no_nonlocal_edges (#1345)

hugr-cli

0.3.0 (2024-07-26)

Features

  • [breaking] Created validate CLI subcommand. (#1312)


This PR was generated with release-plz.

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.65%. Comparing base (1218d21) to head (105c0eb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1330   +/-   ##
=======================================
  Coverage   87.64%   87.65%           
=======================================
  Files         113      113           
  Lines       20030    20030           
  Branches    17764    17764           
=======================================
+ Hits        17556    17557    +1     
+ Misses       1699     1698    -1     
  Partials      775      775           
Flag Coverage Δ
python 91.52% <ø> (ø)

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-07-22T08-44-45Z branch from f1def99 to 08cc66e Compare July 22, 2024 13:28
@hugrbot hugrbot changed the title chore(hugr-cli): release v0.3.0 chore: release Jul 22, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-07-22T08-44-45Z branch 18 times, most recently from 973daab to 89108ec Compare July 26, 2024 14:06
@github-actions github-actions bot force-pushed the release-plz-2024-07-22T08-44-45Z branch from 89108ec to 66eeb06 Compare July 26, 2024 14:27
@doug-q doug-q marked this pull request as ready for review July 29, 2024 09:11
@doug-q doug-q requested review from aborgna-q, cqc-alec, ss2165 and a team as code owners July 29, 2024 09:11
Copy link
Collaborator

@aborgna-q aborgna-q left a comment

Choose a reason for hiding this comment

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

Looks like the two bug fixes in the patch release still appear on the new changelog.
Can you remove them?

@doug-q doug-q enabled auto-merge July 29, 2024 09:43
@doug-q doug-q added this pull request to the merge queue Jul 29, 2024
Merged via the queue into main with commit 8499700 Jul 29, 2024
23 checks passed
@doug-q doug-q deleted the release-plz-2024-07-22T08-44-45Z branch July 29, 2024 09:47
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