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.3.0 #10

Closed
wants to merge 1 commit into from
Closed

Conversation

frol
Copy link
Contributor

@frol frol commented Oct 29, 2024

🤖 New release

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

⚠️ near-api breaking changes

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

Failed in:
  struct near_api::Contract, previously in file /tmp/.tmpP5roVz/near-api/src/contract.rs:27
  struct near_api::Transaction, previously in file /tmp/.tmpP5roVz/near-api/src/transactions.rs:71
  struct near_api::Delegation, previously in file /tmp/.tmpP5roVz/near-api/src/stake.rs:30
  struct near_api::Account, previously in file /tmp/.tmpP5roVz/near-api/src/account/mod.rs:24
  struct near_api::StorageDeposit, previously in file /tmp/.tmpP5roVz/near-api/src/storage.rs:14
  struct near_api::FastNear, previously in file /tmp/.tmpP5roVz/near-api/src/fastnear.rs:63
  struct near_api::NetworkConfig, previously in file /tmp/.tmpP5roVz/near-api/src/config.rs:2
  struct near_api::Staking, previously in file /tmp/.tmpP5roVz/near-api/src/stake.rs:250
  struct near_api::Tokens, previously in file /tmp/.tmpP5roVz/near-api/src/tokens.rs:38
Changelog

0.3.0 - 2024-11-19

Added

  • replaced near-primitives views with own types (#11)

Other

  • [breaking] updates near-* dependencies to 0.27 release (#13)
  • use own re-export
  • block querying, encapsulation improvements. (#9)


This PR was generated with release-plz.

@frol frol force-pushed the release-plz-2024-10-29T20-04-20Z branch 2 times, most recently from 5775be4 to a37eeb7 Compare November 7, 2024 09:50
@frol frol force-pushed the release-plz-2024-10-29T20-04-20Z branch from a37eeb7 to eb91e17 Compare November 19, 2024 01:30
@frol frol closed this Nov 19, 2024
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