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 v0.2.0 #810

Closed
wants to merge 3 commits into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 15, 2024

🤖 New release

  • quantinuum-hugr: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)

⚠️ quantinuum-hugr breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.28.0/src/lints/method_parameter_count_changed.ron

Failed in:
  hugr::std_extensions::collections::ListValue::new now takes 2 parameters instead of 1, in /tmp/.tmpZtTuLT/hugr/src/std_extensions/collections.rs:40

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.28.0/src/lints/trait_method_missing.ron

Failed in:
  method check_custom_type of trait CustomConst, previously in file /tmp/.tmp6pfuTo/quantinuum-hugr/src/values.rs:157

--- 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.28.0/src/lints/trait_missing.ron

Failed in:
  trait hugr::values::KnownTypeConst, previously in file /tmp/.tmp6pfuTo/quantinuum-hugr/src/values.rs:180
Changelog

0.2.0 (2024-02-12)

Documentation

  • Fix crates.io badge in README (#809)
  • Use absolute links in the README (#811)
  • Remove input->const order edges from spec diagrams (#812)
  • Remove incorrect indentation in spec (#813)
  • Tweaks to main example (#825)

Features

  • Add InlineDFG rewrite (#828)
  • [breaking] Impls of CustomConst must be able to report their type (#827)
  • Minimal implementation for YAML extensions (#833)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-01-15T16-45-07Z branch 3 times, most recently from afb153c to 74938b5 Compare January 18, 2024 16:08
@github-actions github-actions bot force-pushed the release-plz-2024-01-15T16-45-07Z branch 4 times, most recently from 2666a13 to 6f78d7c Compare January 30, 2024 10:41
@github-actions github-actions bot force-pushed the release-plz-2024-01-15T16-45-07Z branch 3 times, most recently from a9d2da5 to 2b2db59 Compare February 6, 2024 17:57
@github-actions github-actions bot changed the title chore: release v0.1.1 chore: release v0.2.0 Feb 7, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-01-15T16-45-07Z branch from 2b2db59 to 31d73d9 Compare February 7, 2024 09:07
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-01-15T16-45-07Z branch from 31d73d9 to 66f78e0 Compare February 12, 2024 12:07
@aborgna-q aborgna-q enabled auto-merge February 20, 2024 13:30
@aborgna-q aborgna-q added this pull request to the merge queue Feb 20, 2024
@aborgna-q aborgna-q removed this pull request from the merge queue due to a manual request Feb 20, 2024
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d69e3a1) 83.92% compared to head (371f22f) 83.99%.
Report is 1 commits behind head on main.

❗ Current head 371f22f differs from pull request most recent head b7114cf. Consider uploading reports for the commit b7114cf to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #810      +/-   ##
==========================================
+ Coverage   83.92%   83.99%   +0.07%     
==========================================
  Files          77       77              
  Lines       14170    14170              
  Branches    14170    14170              
==========================================
+ Hits        11892    11902      +10     
+ Misses       1466     1457       -9     
+ Partials      812      811       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aborgna-q aborgna-q added this pull request to the merge queue Feb 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Feb 20, 2024
@github-actions github-actions bot closed this Feb 20, 2024
@aborgna-q aborgna-q deleted the release-plz-2024-01-15T16-45-07Z branch February 20, 2024 14:26
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.

1 participant