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

Merged
merged 2 commits into from
Jan 20, 2025
Merged

chore: release #1868

merged 2 commits into from
Jan 20, 2025

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Jan 16, 2025

🤖 New release

  • hugr: 0.14.1 -> 0.14.2 (✓ API compatible changes)
  • hugr-core: 0.14.1 -> 0.14.2 (✓ API compatible changes)
  • hugr-model: 0.16.0 -> 0.17.0 (⚠️ API breaking changes)
  • hugr-llvm: 0.14.1 -> 0.14.2 (✓ API compatible changes)
  • hugr-passes: 0.14.1 -> 0.14.2 (✓ API compatible changes)
  • hugr-cli: 0.14.1 -> 0.14.2 (✓ API compatible changes)

⚠️ 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.38.0/src/lints/enum_variant_added.ron

Failed in:
  variant Term:Const in /tmp/.tmpszSQ4r/hugr/hugr-model/src/v0/mod.rs:591
  variant Term:ConstFunc in /tmp/.tmpszSQ4r/hugr/hugr-model/src/v0/mod.rs:697
  variant Term:ConstAdt in /tmp/.tmpszSQ4r/hugr/hugr-model/src/v0/mod.rs:703
  variant Term:Bytes in /tmp/.tmpszSQ4r/hugr/hugr-model/src/v0/mod.rs:711
  variant Term:BytesType in /tmp/.tmpszSQ4r/hugr/hugr-model/src/v0/mod.rs:717
  variant Term:Meta in /tmp/.tmpszSQ4r/hugr/hugr-model/src/v0/mod.rs:720
  variant Operation:Const in /tmp/.tmpszSQ4r/hugr/hugr-model/src/v0/mod.rs:409

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Term::Quote, previously in file /tmp/.tmp8fke0a/hugr-model/src/v0/mod.rs:565

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/struct_missing.ron

Failed in:
  struct hugr_model::v0::MetaItem, previously in file /tmp/.tmp8fke0a/hugr-model/src/v0/mod.rs:500
Changelog

hugr

0.14.2 - 2025-01-20

Bug Fixes

Documentation

New Features

Testing

hugr-core

0.14.2 - 2025-01-20

Bug Fixes

Documentation

New Features

Testing

hugr-model

0.17.0 - 2025-01-20

Bug Fixes

New Features

hugr-llvm

0.14.2 - 2025-01-20

New Features

Refactor

Testing

hugr-passes

0.14.2 - 2025-01-20

New Features

hugr-cli

0.14.1 - 2024-12-18

New Features


This PR was generated with release-plz.

@hugrbot hugrbot added the release Release PR label Jan 16, 2025
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.55%. Comparing base (8cbbc35) to head (a7c728f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1868   +/-   ##
=======================================
  Coverage   86.55%   86.55%           
=======================================
  Files         195      195           
  Lines       35569    35569           
  Branches    32382    32382           
=======================================
+ Hits        30786    30787    +1     
+ Misses       3011     3010    -1     
  Partials     1772     1772           
Flag Coverage Δ
python 92.34% <ø> (ø)
rust 85.98% <ø> (+<0.01%) ⬆️

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-2025-01-16T11-16-08Z branch from 50dbb04 to 76e148a Compare January 16, 2025 14:56
@hugrbot hugrbot force-pushed the release-plz-2025-01-16T11-16-08Z branch from 76e148a to 5b9255a Compare January 20, 2025 11:07
@doug-q doug-q marked this pull request as ready for review January 20, 2025 11:26
@doug-q doug-q requested review from aborgna-q, cqc-alec, ss2165 and a team as code owners January 20, 2025 11:26
@doug-q doug-q marked this pull request as draft January 20, 2025 11:33
@doug-q
Copy link
Collaborator

doug-q commented Jan 20, 2025

re-marked as draft, waiting for #1872

@aborgna-q
Copy link
Collaborator

Note that this release could be marked as non-breaking since the (current) API changes are all in hugr-model.

@aborgna-q aborgna-q self-assigned this Jan 20, 2025
@aborgna-q aborgna-q marked this pull request as ready for review January 20, 2025 11:53
@aborgna-q aborgna-q added this pull request to the merge queue Jan 20, 2025
Merged via the queue into main with commit 783986a Jan 20, 2025
24 checks passed
@aborgna-q aborgna-q deleted the release-plz-2025-01-16T11-16-08Z branch January 20, 2025 12:11
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.

3 participants