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

Closed
wants to merge 1 commit into from
Closed

chore: release #1993

wants to merge 1 commit into from

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Mar 18, 2025

πŸ€– New release

  • hugr-model: 0.18.0 -> 0.18.1 (βœ“ API compatible changes)
  • hugr-core: 0.15.0 -> 0.15.1
  • hugr-llvm: 0.15.0 -> 0.15.1 (βœ“ API compatible changes)
  • hugr-passes: 0.15.0 -> 0.15.1
  • hugr: 0.15.0 -> 0.15.1 (βœ“ API compatible changes)
  • hugr-cli: 0.15.0 -> 0.15.1
Changelog

hugr-model

0.18.0 - 2025-03-14

Bug Fixes

  • Hugr-model using undeclared derive_more features (#1940)

New Features

  • (hugr-model) [breaking] Add read_from_reader and write_to_writer for streaming reads and writes. (#1871)
  • hugr-model AST (#1953)

Refactor

  • (hugr-model) Reexport bumpalo from hugr-model (#1870)

hugr-core

0.15.0 - 2025-03-14

New Features

  • [breaking] Add associated type Node to HugrView (#1932)
  • Rewrite for inlining a single Call (#1934)
  • [breaking] replace Lift with Barrier (#1952)
  • Add float <--> int bytecasting ops to conversions extension (#1956)
  • Add collections.static_array extension. (#1964)
  • [breaking] Generic HUGR serialization with envelopes (#1958)

Refactor

  • [breaking] remove unused dependencies (#1935)

hugr-llvm

0.15.1 - 2025-03-19

Bug Fixes

  • Remove return from val_or_panic (#1999)

hugr-passes

0.15.0 - 2025-03-14

New Features

  • add separate DCE pass (#1902)
  • [breaking] replace Lift with Barrier (#1952)
  • [breaking] don't assume "main"-function in dataflow + constant folding (#1896)

hugr

0.15.1 - 2025-03-19

New Features

  • (hugr-py) Support envelope compression (#1994)

hugr-cli

0.15.0 - 2025-03-14

This release changes the format expected by hugr-cli's input to the new generic HUGR envelopes. A new flag --hugr-json provides compatibility with the old format.

New Features

  • [breaking] Generic HUGR serialization with envelopes (#1958)


This PR was generated with release-plz.

@hugrbot hugrbot added the release Release PR label Mar 18, 2025
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 83.70%. Comparing base (f433b39) to head (38ab6d9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1993      +/-   ##
==========================================
+ Coverage   83.65%   83.70%   +0.05%     
==========================================
  Files         209      209              
  Lines       39020    39192     +172     
  Branches    35691    35863     +172     
==========================================
+ Hits        32643    32807     +164     
- Misses       4539     4541       +2     
- Partials     1838     1844       +6     
Flag Coverage Ξ”
python 92.03% <ΓΈ> (ΓΈ)
rust 82.93% <ΓΈ> (+0.05%) ⬆️

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.

πŸš€ New features to boost your workflow:
  • ❄ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hugrbot hugrbot force-pushed the release-plz-2025-03-18T09-48-54Z branch 3 times, most recently from 7b627ee to a44e945 Compare March 19, 2025 11:05
@hugrbot hugrbot force-pushed the release-plz-2025-03-18T09-48-54Z branch from a44e945 to 38ab6d9 Compare March 19, 2025 12:06
@hugrbot hugrbot closed this Mar 19, 2025
@hugrbot
Copy link
Collaborator Author

hugrbot commented Mar 19, 2025

This PR contains breaking changes to the public Rust API.
Please deprecate the old API instead (if possible), or mark the PR with a ! to indicate a breaking change.

cargo-semver-checks summary

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait 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.40.0/src/lints/trait_missing.ron

Failed in:
trait hugr_core::types::TypeTransformer, previously in file /home/runner/work/hugr/hugr/BASELINE_BRANCH/hugr-core/src/types.rs:712
trait hugr_core::types::Transformable, previously in file /home/runner/work/hugr/hugr/BASELINE_BRANCH/hugr-core/src/types.rs:735

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