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.19.0 #442

Merged
merged 1 commit into from
Mar 13, 2025
Merged

chore: release v0.19.0 #442

merged 1 commit into from
Mar 13, 2025

Conversation

frol
Copy link
Collaborator

@frol frol commented Jan 27, 2025

🤖 New release

  • near-cli-rs: 0.18.0 -> 0.19.0 (⚠ API breaking changes)

near-cli-rs breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field GlobalContext.verbosity in /tmp/.tmpqoEbVp/near-cli-rs/src/lib.rs:19

--- failure function_missing: pub fn removed or renamed ---

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

Failed in:
  function near_cli_rs::common::create_used_account_list_from_keychain, previously in file /tmp/.tmpzjZyQv/near-cli-rs/src/common.rs:2604

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function 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.39.0/src/lints/function_parameter_count_changed.ron

Failed in:
  near_cli_rs::common::print_transaction_status now takes 3 parameters instead of 2, in /tmp/.tmpqoEbVp/near-cli-rs/src/common.rs:1323

--- 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.39.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field teach_me of struct GlobalContext, previously in file /tmp/.tmpzjZyQv/near-cli-rs/src/lib.rs:19
Changelog

0.19.0 - 2025-03-12

Added

  • Improved usability of NEAR CLI in scripts (#445)
  • Added "send all" option to fungible tokens (#440)
  • let users specify a memo when sending ft
  • A new --quiet flag to suppress noisy output in scripting scenarios (#441)

Fixed

  • Fixed information about successful transfer of "send all" ft tokens (#447)
  • Fixed cli command for memo parameter (#446)
  • Use legacy keychain as a fallback storage when system keychain is not supported (e.g. WSL, Codespaces, Docker containers, CI) (#439)

Other

  • [breaking] updates near-* dependencies to 0.29 release (#455)
  • Typos fix (#451)
  • Added the ability to add an account ID to the account list without using the legacy keychain (#449)
  • Updated the copyright year to 2025 (#448)


This PR was generated with release-plz.

@frol frol changed the title chore: release v0.18.1 chore: release v0.19.0 Jan 27, 2025
@frol frol force-pushed the release-plz-2025-01-27T22-01-50Z branch from e22c7d9 to 1a945da Compare January 27, 2025 22:33
@frol
Copy link
Collaborator Author

frol commented Jan 27, 2025

@artob Would you like to contribute anything else to this upcoming release in the next couple of days? I wonder if I should hold it for a bit before cutting the release

@artob
Copy link
Contributor

artob commented Jan 27, 2025

@frol Love to, but probably won't be within the next few days. Most likely on weekends!

@frol frol force-pushed the release-plz-2025-01-27T22-01-50Z branch from 1a945da to 30fb361 Compare February 1, 2025 14:36
@frol frol changed the title chore: release v0.19.0 chore: release v0.18.1 Feb 6, 2025
@frol frol force-pushed the release-plz-2025-01-27T22-01-50Z branch from 30fb361 to 811c837 Compare February 6, 2025 13:22
@frol frol changed the title chore: release v0.18.1 chore: release v0.19.0 Feb 14, 2025
@frol frol force-pushed the release-plz-2025-01-27T22-01-50Z branch 2 times, most recently from 1993ec2 to 76cd3a6 Compare February 14, 2025 12:11
@frol frol force-pushed the release-plz-2025-01-27T22-01-50Z branch 3 times, most recently from e27243a to 98371ac Compare March 1, 2025 11:45
@frol frol force-pushed the release-plz-2025-01-27T22-01-50Z branch from 98371ac to 8563d02 Compare March 11, 2025 14:33
@frol frol force-pushed the release-plz-2025-01-27T22-01-50Z branch from 8563d02 to 663d30e Compare March 12, 2025 20:39
@akorchyn akorchyn merged commit bfdf90c into main Mar 13, 2025
11 checks passed
@akorchyn akorchyn deleted the release-plz-2025-01-27T22-01-50Z branch March 13, 2025 16:29
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.

3 participants