From feb340bcfe58f3fc0ff081ae45ebce74476c14ec Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 26 Jun 2024 16:45:23 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 11 +++++++++++ workspaces/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7850b5..0d0f8c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## [0.10.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.10.0...near-workspaces-v0.10.1) - 2024-06-26 + +### Added +- Exposes status RPC API method ([#308](https://github.com/near/near-workspaces-rs/pull/308)) +- Fixed `dev_deploy` to use registrar account to create top-level accounts (nearcore 1.37.0+ forbidden to create top-level accounts by non-registrar accounts) ([#360](https://github.com/near/near-workspaces-rs/pull/360)) +- Re-exported near-abi-client ([#303](https://github.com/near/near-workspaces-rs/pull/303)) + +### Other +- a way to get account with more than 100 near on sandbox ([#351](https://github.com/near/near-workspaces-rs/pull/351)) +- Updated cargo-near to "0.5.2" ([#347](https://github.com/near/near-workspaces-rs/pull/347)) + ## [0.10.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.9.0...near-workspaces-v0.10.0) - 2024-01-25 ### Other diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index 49d9017f..c4ac2497 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-workspaces" -version = "0.10.0" +version = "0.10.1" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"