From d700d630de9578d407b7969492b455a5d729e60a Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Thu, 30 Jan 2025 13:12:50 +0100 Subject: [PATCH] chore: release v0.5.0 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46767e2..90595ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/near/near-api-rs/compare/v0.4.0...v0.5.0) - 2025-01-30 + +### Added + +- [**breaking**] NEP-413 support (#37) + +### Other + +- [**breaking**] documented types (#44) +- added cargo words to supported dictionary (#43) +- [**breaking**] added spellcheck (#42) +- [**breaking**] documented all the builders. API changes (#39) +- documented network config (#35) + ## [0.4.0](https://github.com/near/near-api-rs/compare/v0.3.0...v0.4.0) - 2024-12-19 ### Added diff --git a/Cargo.toml b/Cargo.toml index 10e7b4a..3173ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-api" -version = "0.4.0" +version = "0.5.0" authors = [ "akorchyn ", "frol ",