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

Merged
merged 1 commit into from
Nov 6, 2024
Merged

chore: release #1617

merged 1 commit into from
Nov 6, 2024

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Oct 29, 2024

🤖 New release

  • hugr: 0.13.2 -> 0.13.3 (✓ API compatible changes)
  • hugr-core: 0.13.2 -> 0.13.3 (✓ API compatible changes)
  • hugr-model: 0.13.2 -> 0.14.0 (⚠️ API breaking changes)
  • hugr-passes: 0.13.2 -> 0.13.3
  • hugr-cli: 0.13.2 -> 0.13.3

⚠️ hugr-model breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant RegionKind:Module in /tmp/.tmpL1Ich1/hugr/hugr-model/src/v0/mod.rs:390
  variant Operation:DeclareConstructor in /tmp/.tmpL1Ich1/hugr/hugr-model/src/v0/mod.rs:349
  variant Operation:DeclareOperation in /tmp/.tmpL1Ich1/hugr/hugr-model/src/v0/mod.rs:357
Changelog

hugr

0.13.3 - 2024-11-06

Bug Fixes

  • Insert DFG directly as a funcdefn in Package::from_hugr (#1621)

New Features

  • HugrMut::remove_metadata (#1619)
  • Operation and constructor declarations in hugr-model (#1605)
  • Add TailLoop::BREAK_TAG and CONTINUE_TAG (#1626)

hugr-core

0.13.3 - 2024-11-06

Bug Fixes

  • Insert DFG directly as a funcdefn in Package::from_hugr (#1621)

New Features

  • HugrMut::remove_metadata (#1619)
  • Operation and constructor declarations in hugr-model (#1605)
  • Add TailLoop::BREAK_TAG and CONTINUE_TAG (#1626)

hugr-model

0.14.0 - 2024-11-06

New Features

  • Operation and constructor declarations in hugr-model (#1605)

hugr-passes

0.13.2 - 2024-10-22

New Features

  • make errors more readable with Display impls (#1597)

hugr-cli

0.13.2 - 2024-10-22

New Features

  • Add Package definition on hugr-core (#1587)
  • Ensure packages always have modules at the root (#1589)


This PR was generated with release-plz.

@hugrbot hugrbot added the release Release PR label Oct 29, 2024
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.79%. Comparing base (81a1385) to head (2aad538).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1617   +/-   ##
=======================================
  Coverage   85.79%   85.79%           
=======================================
  Files         136      136           
  Lines       25180    25180           
  Branches    22092    22092           
=======================================
  Hits        21604    21604           
  Misses       2426     2426           
  Partials     1150     1150           
Flag Coverage Δ
python 92.42% <ø> (ø)
rust 84.87% <ø> (ø)

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-10-29T10-29-42Z branch 2 times, most recently from 18cfbaa to 4a68cf0 Compare October 31, 2024 09:37
@hugrbot hugrbot changed the title chore: release v0.13.3 chore: release Oct 31, 2024
@hugrbot hugrbot force-pushed the release-plz-2024-10-29T10-29-42Z branch 4 times, most recently from 8132fa2 to 5727d71 Compare November 5, 2024 16:21
@hugrbot hugrbot force-pushed the release-plz-2024-10-29T10-29-42Z branch from 5727d71 to 2aad538 Compare November 6, 2024 13:37
@aborgna-q aborgna-q marked this pull request as ready for review November 6, 2024 13:41
@aborgna-q aborgna-q added this pull request to the merge queue Nov 6, 2024
Merged via the queue into main with commit f6c1572 Nov 6, 2024
23 checks passed
@aborgna-q aborgna-q deleted the release-plz-2024-10-29T10-29-42Z branch November 6, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Release PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants