From a04f16185ca3841513340109279d653c66df2ec4 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Fri, 20 Dec 2024 00:37:50 +0100 Subject: [PATCH] chore: release v0.4.0 (#24) --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0b7bf..46767e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0](https://github.com/near/near-api-rs/compare/v0.3.0...v0.4.0) - 2024-12-19 + +### Added + +- added ability to specify backup rpc for connecting to the network (#28) +- don't retry on critical errors (query, tx) (#27) + +### Other + +- updates near-* dependencies to 0.28 release. Removed Cargo.lock (#33) +- [**breaking**] added documentation for root level and signer module (#32) +- added CODEOWNERS (#31) +- removed prelude and filtered entries. (#29) +- replaced SecretBuilder with utility functions (#26) +- [**breaking**] replaced deploy method as a static method (#18) + ## [0.3.0](https://github.com/near/near-api-rs/compare/v0.2.1...v0.3.0) - 2024-11-19 ### Added diff --git a/Cargo.toml b/Cargo.toml index f7c7b8b..734fbbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-api" -version = "0.3.0" +version = "0.4.0" authors = [ "akorchyn ", "frol ",