From 87833eeef3575ec65e7f63f463b6fb4e5793472a Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Tue, 19 Nov 2024 09:13:19 +0700 Subject: [PATCH] chore: release v0.3.0 (#15) * chore: release v0.3.0 * fixed changelog message to be better understandable --------- Co-authored-by: akorchyn --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beb8423..6e0b7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/near/near-api-rs/compare/v0.2.1...v0.3.0) - 2024-11-19 + +### Added +- added querying block, block hash, and block number ([#9](https://github.com/near/near-api-rs/pull/9)) +- added prelude module ([#9](https://github.com/near/near-api-rs/pull/9)) + +### Other +- [**breaking**] updated near-* dependencies to 0.27 release ([#13](https://github.com/near/near-api-rs/pull/13)) + ## [0.2.1](https://github.com/near/near-api-rs/compare/v0.2.0...v0.2.1) - 2024-10-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5976966..afeca6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1678,7 +1678,7 @@ dependencies = [ [[package]] name = "near-api" -version = "0.2.1" +version = "0.3.0" dependencies = [ "async-trait", "bip39", diff --git a/Cargo.toml b/Cargo.toml index cdf3ce0..f5e87c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-api" -version = "0.2.1" +version = "0.3.0" authors = [ "akorchyn ", "frol ",