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

Closed
wants to merge 1 commit into from
Closed

chore: release #1823

wants to merge 1 commit into from

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Dec 19, 2024

🤖 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

⚠️ 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/.tmpxJsPQ8/hugr/hugr-model/src/v0/mod.rs:571
  variant Term:ConstFunc in /tmp/.tmpxJsPQ8/hugr/hugr-model/src/v0/mod.rs:677
  variant Term:ConstAdt in /tmp/.tmpxJsPQ8/hugr/hugr-model/src/v0/mod.rs:683
  variant Term:Bytes in /tmp/.tmpxJsPQ8/hugr/hugr-model/src/v0/mod.rs:691
  variant Term:BytesType in /tmp/.tmpxJsPQ8/hugr/hugr-model/src/v0/mod.rs:697
  variant Operation:Const in /tmp/.tmpxJsPQ8/hugr/hugr-model/src/v0/mod.rs:380

--- 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/.tmpKeEK8I/hugr-model/src/v0/mod.rs:565
Changelog

hugr

0.14.2 - 2025-01-16

Bug Fixes

New Features

Testing

hugr-core

0.14.2 - 2025-01-16

Bug Fixes

New Features

Testing

hugr-model

0.17.0 - 2025-01-16

Bug Fixes

New Features

hugr-llvm

0.14.2 - 2025-01-16

New Features

Testing

hugr-passes

0.14.2 - 2025-01-16

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 Dec 19, 2024
@hugrbot hugrbot force-pushed the release-plz-2024-12-19T14-11-56Z branch from 95c7831 to d18a708 Compare December 20, 2024 12:48
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.54%. Comparing base (d68ab4e) to head (01b8655).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1823   +/-   ##
=======================================
  Coverage   86.54%   86.54%           
=======================================
  Files         194      194           
  Lines       35264    35264           
  Branches    32077    32077           
=======================================
  Hits        30519    30519           
  Misses       2968     2968           
  Partials     1777     1777           
Flag Coverage Δ
python 92.34% <ø> (ø)
rust 85.96% <ø> (ø)

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-12-19T14-11-56Z branch 4 times, most recently from 7e67d5b to 47cf253 Compare December 24, 2024 09:15
@hugrbot hugrbot force-pushed the release-plz-2024-12-19T14-11-56Z branch 2 times, most recently from 73cd213 to 84286b0 Compare January 7, 2025 10:33
@hugrbot hugrbot changed the title chore: release v0.14.2 chore: release Jan 7, 2025
@hugrbot hugrbot force-pushed the release-plz-2024-12-19T14-11-56Z branch 7 times, most recently from e503c72 to e22754c Compare January 14, 2025 10:30
@hugrbot hugrbot force-pushed the release-plz-2024-12-19T14-11-56Z branch from e22754c to 01b8655 Compare January 16, 2025 11:14
@hugrbot hugrbot closed this Jan 16, 2025
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.

1 participant