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.17.0 #399

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

frol
Copy link
Collaborator

@frol frol commented Dec 26, 2024

🤖 New release

  • near-workspaces: 0.16.0 -> 0.17.0 (⚠️ API breaking changes)

⚠️ near-workspaces breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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/inherent_method_missing.ron

Failed in:
  Worker::dev_generate, previously in file /tmp/.tmp1p4bcu/near-workspaces/src/network/variants.rs:75

--- failure trait_added_supertrait: non-sealed trait added new supertraits ---

Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait near_workspaces::DevNetwork gained RootAccountSubaccountCreator in file /tmp/.tmpwlIIQu/near-workspaces-rs/workspaces/src/network/variants.rs:215

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

Failed in:
  trait near_workspaces::network::AllowDevAccountCreation, previously in file /tmp/.tmp1p4bcu/near-workspaces/src/network/variants.rs:38

--- failure trait_removed_supertrait: supertrait removed or renamed ---

Description:
A supertrait was removed from a trait. Users of the trait can no longer assume it can also be used like its supertrait.
        ref: https://doc.rust-lang.org/reference/items/traits.html#supertraits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/trait_removed_supertrait.ron

Failed in:
  supertrait near_workspaces::network::TopLevelAccountCreator of trait DevNetwork in file /tmp/.tmpwlIIQu/near-workspaces-rs/workspaces/src/network/variants.rs:215
  supertrait near_workspaces::prelude::TopLevelAccountCreator of trait DevNetwork in file /tmp/.tmpwlIIQu/near-workspaces-rs/workspaces/src/network/variants.rs:215
  supertrait near_workspaces::network::AllowDevAccountCreation of trait DevNetwork in file /tmp/.tmpwlIIQu/near-workspaces-rs/workspaces/src/network/variants.rs:215
Changelog

0.17.0 - 2024-12-26

Added


This PR was generated with release-plz.

@frol frol requested review from dj8yfo and akorchyn as code owners December 26, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: NEW❗
Development

Successfully merging this pull request may close these issues.

1 participant