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.6.1 #245

Merged
merged 2 commits into from
Oct 9, 2023
Merged

chore: release v0.6.1 #245

merged 2 commits into from
Oct 9, 2023

Conversation

frol
Copy link
Collaborator

@frol frol commented Oct 6, 2023

🤖 New release

  • near-cli-rs: 0.6.0 -> 0.6.1 (⚠️ 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.23.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field NetworkConfig.near_social_db_contract_account_id in /tmp/.tmpwia7Cy/near-cli-rs/src/config.rs:20

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/enum_variant_added.ron

Failed in:
  variant AccountActionsDiscriminants:UpdateSocialProfile in /tmp/.tmpwia7Cy/near-cli-rs/src/commands/account/mod.rs:49
  variant AccountActionsDiscriminants:UpdateSocialProfile in /tmp/.tmpwia7Cy/near-cli-rs/src/commands/account/mod.rs:49
  variant CliAccountActions:UpdateSocialProfile in /tmp/.tmpwia7Cy/near-cli-rs/src/commands/account/mod.rs:23

--- 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.23.0/src/lints/function_parameter_count_changed.ron

Failed in:
  near_cli_rs::common::display_account_info now takes 6 parameters instead of 5, in /tmp/.tmpwia7Cy/near-cli-rs/src/common.rs:1279

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

Failed in:
  struct near_cli_rs::common::NearBalance, previously in file /tmp/.tmpjO2Ejv/near-cli-rs/src/common.rs:74
  struct near_cli_rs::common::StorageBalance, previously in file /tmp/.tmpjO2Ejv/near-cli-rs/src/common.rs:1627

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

Failed in:
  field inner of struct Base64Bytes, previously in file /tmp/.tmpjO2Ejv/near-cli-rs/src/types/base64_bytes.rs:3

--- failure tuple_struct_to_plain_struct: tuple struct changed to plain struct ---

Description:
A publicly-visible, exhaustive tuple struct with pub fields changed to normal (curly-braces) struct, which cannot be constructed using the same struct literal syntax.
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/tuple_struct_to_plain_struct.ron

Failed in:
  struct Json in /tmp/.tmpwia7Cy/near-cli-rs/src/types/json.rs:5
Changelog

0.7.0 - 2023-10-09

Added

  • Added a new command to manage BOS profile in SocialDB (#231)
  • Provide a relevant faucet error message when helper API server returns an error (#243)

Other

  • Exposed sponsor_by_faucet_service module to re-use in "cargo-near" (#246)


This PR was generated with release-plz.

@frol frol changed the title chore: release v0.6.1 chore: release v0.7.0 Oct 7, 2023
@frol frol force-pushed the release-plz/2023-10-06T08-33-31Z branch from 1961c38 to 513a2b3 Compare October 7, 2023 15:54
Signed-off-by: release-plz <[email protected]>
@frol frol force-pushed the release-plz/2023-10-06T08-33-31Z branch from 513a2b3 to 283bc79 Compare October 9, 2023 07:59
@frol frol changed the title chore: release v0.7.0 chore: release v0.6.1 Oct 9, 2023
@frol frol enabled auto-merge (squash) October 9, 2023 10:03
@frol frol disabled auto-merge October 9, 2023 15:20
@frol frol merged commit 982b679 into master Oct 9, 2023
16 checks passed
@frol frol deleted the release-plz/2023-10-06T08-33-31Z branch October 9, 2023 15:20
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