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.4.0 #24

Merged
merged 1 commit into from
Dec 19, 2024
Merged

chore: release v0.4.0 #24

merged 1 commit into from
Dec 19, 2024

Conversation

frol
Copy link
Contributor

@frol frol commented Dec 3, 2024

🤖 New release

  • near-api: 0.3.0 -> 0.4.0 (⚠️ API breaking changes)

⚠️ near-api 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.38.0/src/lints/enum_missing.ron

Failed in:
  enum near_api::prelude::EpochReference, previously in file /tmp/.tmpGaArWl/near-api/src/types/reference.rs:43
  enum near_api::prelude::Reference, previously in file /tmp/.tmpGaArWl/near-api/src/types/reference.rs:10

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

Failed in:
  variant ExecuteTransactionError:TransactionError in /tmp/.tmpxj58YP/near-api-rs/src/errors.rs:196

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant 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.38.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ExecuteTransactionError::RetriesExhausted, previously in file /tmp/.tmpGaArWl/near-api/src/errors.rs:186

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

Failed in:
  function near_api::signer::get_signed_delegate_action, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:272

--- 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:
  Signer::seed_phrase, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:167
  Signer::secret_key, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:178
  Signer::seed_phrase_with_hd_path, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:182
  Signer::access_keyfile, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:191
  Signer::ledger, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:196
  Signer::ledger_with_hd_path, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:201
  Signer::keystore, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:206
  Signer::keystore_search_for_keys, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:211

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

Failed in:
  mod near_api::prelude, previously in file /tmp/.tmpGaArWl/near-api/src/lib.rs:17

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        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/pub_module_level_const_missing.ron

Failed in:
  W_NEAR_BALANCE in file /tmp/.tmpGaArWl/near-api/src/types/tokens.rs:8
  USDT_BALANCE in file /tmp/.tmpGaArWl/near-api/src/types/tokens.rs:6

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

Failed in:
  struct near_api::prelude::Signer, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:91
  struct near_api::prelude::Account, previously in file /tmp/.tmpGaArWl/near-api/src/account/mod.rs:24
  struct near_api::prelude::Chain, previously in file /tmp/.tmpGaArWl/near-api/src/chain.rs:12
  struct near_api::prelude::StorageDeposit, previously in file /tmp/.tmpGaArWl/near-api/src/storage.rs:14
  struct near_api::prelude::Delegation, previously in file /tmp/.tmpGaArWl/near-api/src/stake.rs:30
  struct near_api::prelude::NetworkConfig, previously in file /tmp/.tmpGaArWl/near-api/src/config.rs:2
  struct near_api::prelude::FastNear, previously in file /tmp/.tmpGaArWl/near-api/src/fastnear.rs:63
  struct near_api::prelude::Data, previously in file /tmp/.tmpGaArWl/near-api/src/types/mod.rs:23
  struct near_api::prelude::Staking, previously in file /tmp/.tmpGaArWl/near-api/src/stake.rs:250
  struct near_api::prelude::FTBalance, previously in file /tmp/.tmpGaArWl/near-api/src/types/tokens.rs:11
  struct near_api::prelude::Contract, previously in file /tmp/.tmpGaArWl/near-api/src/contract.rs:27
  struct near_api::prelude::Transaction, previously in file /tmp/.tmpGaArWl/near-api/src/transactions.rs:71
  struct near_api::prelude::Tokens, previously in file /tmp/.tmpGaArWl/near-api/src/tokens.rs:38

--- 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_api::prelude::SignerTrait, previously in file /tmp/.tmpGaArWl/near-api/src/signer/mod.rs:52
Changelog

0.4.0 - 2024-12-19

Added

Other


This PR was generated with release-plz.

@frol frol force-pushed the release-plz-2024-12-03T14-21-18Z branch 4 times, most recently from 0ccdfd8 to 187d509 Compare December 9, 2024 16:06
@frol
Copy link
Contributor Author

frol commented Dec 10, 2024

@race-of-sloths include my pr

@race-of-sloths
Copy link

race-of-sloths commented Dec 10, 2024

@frol Thank you for your contribution! Your pull request is now a part of the Race of Sloths!
You are true leader! Other sloths hot on your heels, keep moving!

Shows inviting banner with latest news.

Shows profile picture for the author of the PR

Current status: executed
Reviewer Score
@race-of-sloths 1

Your contribution is much appreciated with a final score of 1!
You have received 10 Sloth points for this contribution

We would appreciate your feedback or contribution idea that you can submit here

What is the Race of Sloths

Race of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow

For contributors:

  • Tag @race-of-sloths inside your pull requests
  • Wait for the maintainer to review and score your pull request
  • Check out your position in the Leaderboard
  • Keep weekly and monthly streaks to reach higher positions
  • Boast your contributions with a dynamic picture of your Profile

For maintainers:

  • Score pull requests that participate in the Race of Sloths and receive a reward
  • Engage contributors with fair scoring and fast responses so they keep their streaks
  • Promote the Race to the point where the Race starts promoting you
  • Grow the community of your contributors

Feel free to check our website for additional details!

Bot commands
  • For contributors
    • Include a PR: @race-of-sloths include to enter the Race with your PR
  • For maintainers:
    • Invite contributor @race-of-sloths invite to invite the contributor to participate in a race or include it, if it's already a runner.
    • Assign points: @race-of-sloths score [1/2/3/5/8/13] to award points based on your assessment.
    • Reject this PR: @race-of-sloths exclude to send this PR back to the drawing board.
    • Exclude repo: @race-of-sloths pause to stop bot activity in this repo until @race-of-sloths unpause command is called

@frol frol force-pushed the release-plz-2024-12-03T14-21-18Z branch from 187d509 to 048e51c Compare December 18, 2024 13:00
@frol frol force-pushed the release-plz-2024-12-03T14-21-18Z branch from 048e51c to 4825fc2 Compare December 19, 2024 22:56
@frol frol force-pushed the release-plz-2024-12-03T14-21-18Z branch from 4825fc2 to 1503d47 Compare December 19, 2024 23:19
@akorchyn akorchyn enabled auto-merge (squash) December 19, 2024 23:21
@akorchyn akorchyn merged commit a04f161 into main Dec 19, 2024
7 checks passed
@akorchyn akorchyn deleted the release-plz-2024-12-03T14-21-18Z branch December 19, 2024 23:37
@race-of-sloths
Copy link

🥁 Score it!

@akorchyn, please score the PR with @race-of-sloths score [1/2/3/5/8/13]. The contributor deserves it.
If no scoring is provided within 24 hours, this PR will be scored as 1 🦥

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.

3 participants