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

Merged
merged 3 commits into from
May 29, 2024
Merged

chore: release #1128

merged 3 commits into from
May 29, 2024

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented May 29, 2024

🤖 New release

  • hugr: 0.4.0 -> 0.5.0
  • hugr-cli: 0.1.0
  • hugr-core: 0.1.0
  • hugr-passes: 0.1.0
Changelog

hugr

0.5.0 (2024-05-29)

Bug Fixes

  • Missing re-exports in hugr::hugr (#1127)
  • Set initial version of hugr-core to 0.1.0 (#1129)

Features

  • [breaking] Remove PartialEq impl for ConstF64 (#1079)
  • [breaking] Allow "Row Variables" declared as List (#804)
  • Hugr binary cli tool (#1096)
  • [breaking] Move passes from algorithms into a separate crate (#1100)
  • [breaking] Disallow nonlocal value edges into FuncDefn's (#1061)
  • [breaking] Move cli in to hugr-cli sub-crate (#1107)
  • Add verbosity, return Hugr from run. (#1116)
  • Unseal and make public the traits HugrInternals and HugrMutInternals (#1122)

Refactor

  • [breaking] No Ports in TypeRow (#1087)
  • Add a hugr-core crate (#1108)

hugr-core

0.1.0 (2024-05-29)

Bug Fixes

  • Set initial version of hugr-core to 0.1.0 (#1129)

Features

  • [breaking] Move cli in to hugr-cli sub-crate (#1107)
  • Make internals of int ops and the "int" CustomType more public. (#1114)
  • Unseal and make public the traits HugrInternals and HugrMutInternals (#1122)

Refactor

  • Add a hugr-core crate (#1108)


This PR was generated with release-plz.

Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.81%. Comparing base (a29721d) to head (96bc15f).

Current head 96bc15f differs from pull request most recent head af6c96d

Please upload reports for the commit af6c96d to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1128      +/-   ##
==========================================
+ Coverage   86.78%   86.81%   +0.03%     
==========================================
  Files          91       91              
  Lines       18560    18560              
  Branches    18167    18167              
==========================================
+ Hits        16107    16113       +6     
+ Misses       1606     1600       -6     
  Partials      847      847              
Flag Coverage Δ
rust 86.89% <ø> (+0.03%) ⬆️

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-05-29T12-04-18Z branch from 96bc15f to a29721d Compare May 29, 2024 12:51
@doug-q doug-q marked this pull request as ready for review May 29, 2024 12:52
@doug-q doug-q requested review from aborgna-q, cqc-alec, ss2165 and a team as code owners May 29, 2024 12:52
@@ -1,5 +1,21 @@
# Changelog

## 0.1.0 (2024-05-29)
Copy link
Collaborator

Choose a reason for hiding this comment

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

The changelogs here and elsewhere don't seem to correspond to the specific crates that they belong to, which is a bit confusing; is this intentional?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I agree this is not great. It seems that the changelog entry goes against every package that is touched by the commit.

Copy link
Collaborator

Choose a reason for hiding this comment

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

We could manually edit them, but that's going to be a burden going forward.

@aborgna-q
Copy link
Collaborator

Before merging, let me cleanup the repeated 0.1.0 changelog sections

@aborgna-q aborgna-q added this pull request to the merge queue May 29, 2024
Merged via the queue into main with commit d89b6f1 May 29, 2024
16 checks passed
@aborgna-q aborgna-q deleted the release-plz-2024-05-29T12-04-18Z branch May 29, 2024 13:25
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.

4 participants