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.12.0 #123

Merged
merged 1 commit into from
Mar 1, 2024
Merged

chore: release v0.12.0 #123

merged 1 commit into from
Mar 1, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

🤖 New release

  • portgraph: 0.11.0 -> 0.12.0 (⚠️ API breaking changes)

⚠️ portgraph breaking changes

--- failure enum_missing: pub enum removed or renamed ---

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

Failed in:
  enum portgraph::dot::PortStyle, previously in file /tmp/.tmpRl5Civ/portgraph/src/dot.rs:33
  enum portgraph::dot::EdgeStyle, previously in file /tmp/.tmpRl5Civ/portgraph/src/dot.rs:74
  enum portgraph::dot::NodeStyle, previously in file /tmp/.tmpRl5Civ/portgraph/src/dot.rs:10

--- failure module_missing: pub module removed or renamed ---

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

Failed in:
  mod portgraph::dot, previously in file /tmp/.tmpRl5Civ/portgraph/src/dot.rs:1

--- 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.29.1/src/lints/struct_missing.ron

Failed in:
  struct portgraph::dot::DotFormatter, previously in file /tmp/.tmpRl5Civ/portgraph/src/dot.rs:99

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

Failed in:
  trait portgraph::dot::DotFormat, previously in file /tmp/.tmpRl5Civ/portgraph/src/dot.rs:359
Changelog

0.12.0 (2024-03-01)

Features

  • Proptest for Multiportgraph
  • (Multi)Portgraph implement Arbitrary
  • [breaking] Mermaid rendering (#125)

Miscellaneous Tasks

  • [breaking] Hike MSRV to 1.75


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release v0.11.1 chore: release v0.12.0 Feb 19, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-01-02T09-31-36Z branch from 589c797 to 662c826 Compare February 19, 2024 18:26
@github-actions github-actions bot force-pushed the release-plz-2024-01-02T09-31-36Z branch from 662c826 to d08999a Compare March 1, 2024 14:33
@aborgna-q aborgna-q enabled auto-merge March 1, 2024 14:43
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@aborgna-q aborgna-q force-pushed the release-plz-2024-01-02T09-31-36Z branch from d08999a to 133d17a Compare March 1, 2024 15:25
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.38%. Comparing base (6eddd63) to head (8884886).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #123   +/-   ##
=======================================
  Coverage   79.38%   79.38%           
=======================================
  Files          21       21           
  Lines        5016     5016           
  Branches     5016     5016           
=======================================
  Hits         3982     3982           
  Misses        962      962           
  Partials       72       72           

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

@aborgna-q aborgna-q force-pushed the release-plz-2024-01-02T09-31-36Z branch from 133d17a to 8884886 Compare March 1, 2024 15:30
@aborgna-q aborgna-q added this pull request to the merge queue Mar 1, 2024
Merged via the queue into main with commit c767ca1 Mar 1, 2024
11 checks passed
@aborgna-q aborgna-q deleted the release-plz-2024-01-02T09-31-36Z branch March 1, 2024 15:55
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