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

Closed
wants to merge 1 commit into from
Closed

chore: release #1658

wants to merge 1 commit into from

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Nov 15, 2024

🤖 New release

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

⚠️ hugr-core breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type TopoConvexChecker is no longer Sync, in /tmp/.tmpoYH4br/hugr/hugr-core/src/hugr/views/sibling_subgraph.rs:496
  type TopoConvexChecker is no longer RefUnwindSafe, in /tmp/.tmpoYH4br/hugr/hugr-core/src/hugr/views/sibling_subgraph.rs:496

--- failure trait_removed_associated_type: trait's associated type was removed ---

Description:
A public trait's associated type was removed or renamed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_removed_associated_type.ron

Failed in:
  associated type HugrView::Nodes, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:44
  associated type HugrView::NodePorts, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:49
  associated type HugrView::Children, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:54
  associated type HugrView::Neighbours, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:59
  associated type HugrView::PortLinks, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:64
  associated type HugrView::NodeConnections, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:69
  associated type HugrView::Nodes, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:44
  associated type HugrView::NodePorts, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:49
  associated type HugrView::Children, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:54
  associated type HugrView::Neighbours, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:59
  associated type HugrView::PortLinks, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:64
  associated type HugrView::NodeConnections, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:69
  associated type HugrView::Nodes, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:44
  associated type HugrView::NodePorts, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:49
  associated type HugrView::Children, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:54
  associated type HugrView::Neighbours, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:59
  associated type HugrView::PortLinks, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:64
  associated type HugrView::NodeConnections, previously at /tmp/.tmpXNiGYu/hugr-core/src/hugr/views.rs:69

⚠️ hugr-passes breaking changes

--- failure trait_removed_associated_type: trait's associated type was removed ---

Description:
A public trait's associated type was removed or renamed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_removed_associated_type.ron

Failed in:
  associated type CfgNodeMap::Iterator, previously at /tmp/.tmpXNiGYu/hugr-passes/src/nest_cfgs.rs:72
Changelog

hugr

0.14.0 - 2024-11-19

New Features

  • Export/import of JSON metadata (#1622)
  • Add SiblingSubgraph::from_node (#1655)
  • [breaking] Replace GATs with impl Iterator returns (RPITIT) on HugrView (#1660)

Performance

  • Faster singleton SiblingSubgraph construction (#1654)

hugr-core

0.14.0 - 2024-11-19

New Features

  • Export/import of JSON metadata (#1622)
  • Add SiblingSubgraph::from_node (#1655)
  • [breaking] Replace GATs with impl Iterator returns (RPITIT) on HugrView (#1660)

Performance

  • Faster singleton SiblingSubgraph construction (#1654)

hugr-model

0.14.1 - 2024-11-19

New Features

  • Export/import of JSON metadata (#1622)

Performance

  • Faster singleton SiblingSubgraph construction (#1654)

hugr-passes

0.14.0 - 2024-11-19

New Features

  • [breaking] Replace GATs with impl Iterator returns (RPITIT) on HugrView (#1660)

Performance

  • Faster singleton SiblingSubgraph construction (#1654)

hugr-cli

0.14.0 - 2024-11-19

Performance

  • Faster singleton SiblingSubgraph construction (#1654)


This PR was generated with release-plz.

@hugrbot hugrbot added the release Release PR label Nov 15, 2024
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.22%. Comparing base (b0b440c) to head (458ce91).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1658   +/-   ##
=======================================
  Coverage   86.22%   86.22%           
=======================================
  Files         136      136           
  Lines       25401    25401           
  Branches    22313    22313           
=======================================
  Hits        21902    21902           
  Misses       2295     2295           
  Partials     1204     1204           
Flag Coverage Δ
python 92.42% <ø> (ø)
rust 85.36% <ø> (ø)

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.


🚨 Try these New Features:

@aborgna-q
Copy link
Collaborator

⚠️ Make sure to import the commit from #1644 to overwrite the semver checks and have this be a non-breaking release.

@hugrbot hugrbot force-pushed the release-plz-2024-11-15T12-12-00Z branch 2 times, most recently from e892dfd to 5196f53 Compare November 18, 2024 17:23
@hugrbot hugrbot force-pushed the release-plz-2024-11-15T12-12-00Z branch from 5196f53 to 458ce91 Compare November 19, 2024 09:06
@hugrbot hugrbot closed this Nov 19, 2024
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