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

Merged
merged 1 commit into from
Dec 17, 2024
Merged

chore: release v0.17.0 #424

merged 1 commit into from
Dec 17, 2024

Conversation

frol
Copy link
Collaborator

@frol frol commented Dec 13, 2024

🤖 New release

  • near-cli-rs: 0.16.1 -> 0.17.0 (⚠️ API breaking changes)

⚠️ near-cli-rs breaking changes

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that 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.37.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field inner of struct SignedDelegateActionAsBase64, previously in file /tmp/.tmpAefZh2/near-cli-rs/src/types/signed_delegate_action.rs:5

--- failure struct_pub_field_now_doc_hidden: pub struct field is now #[doc(hidden)] ---

Description:
A pub field of a pub struct is now marked #[doc(hidden)] and is no longer part of the public API.
        ref: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/struct_pub_field_now_doc_hidden.ron

Failed in:
  field SignedDelegateActionAsBase64.inner in file /tmp/.tmpyy9aLz/near-cli-rs/src/types/signed_delegate_action.rs:4
Changelog

0.17.0 - 2024-12-16

Added

Fixed

Other


This PR was generated with release-plz.

@frol frol force-pushed the release-plz-2024-12-13T13-23-13Z branch 3 times, most recently from b9eb690 to 1ec90ae Compare December 13, 2024 17:48
@frol frol force-pushed the release-plz-2024-12-13T13-23-13Z branch from 1ec90ae to fba55d9 Compare December 13, 2024 18:47
@frol frol force-pushed the release-plz-2024-12-13T13-23-13Z branch from fba55d9 to 3fc1cf1 Compare December 16, 2024 10:55
@frol frol force-pushed the release-plz-2024-12-13T13-23-13Z branch from 3fc1cf1 to 7243c70 Compare December 16, 2024 14:25
@akorchyn akorchyn merged commit 3fc78b6 into main Dec 17, 2024
11 checks passed
@akorchyn akorchyn deleted the release-plz-2024-12-13T13-23-13Z branch December 17, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Shipped 🚀
Development

Successfully merging this pull request may close these issues.

2 participants