From 5bea4ef79b872c567708c1afae6ec6bb24463f10 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 26 Jun 2024 15:31:41 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 10 ++++++++++ workspaces/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7850b5..4a6d9158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## [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 +- 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 7215ea16..58fe2751 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"