From caacdc8e0c1fb3a031aa9155c942a75bf5d703b0 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Thu, 8 Aug 2024 11:16:53 +0200 Subject: [PATCH] chore: release v0.11.1 (#368) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `near-workspaces`: 0.11.0 -> 0.11.1
Changelog

## [0.11.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.11.0...near-workspaces-v0.11.1) - 2024-08-07 ### Fixed - Gracefully handle account creation request errors from a faucet service [testnet-only] ([#366](https://github.com/near/near-workspaces-rs/pull/366))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 5 +++++ workspaces/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fa42ea..0d49d28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [0.11.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.11.0...near-workspaces-v0.11.1) - 2024-08-07 + +### Fixed +- Gracefully handle account creation request errors from a faucet service [testnet-only] ([#366](https://github.com/near/near-workspaces-rs/pull/366)) + ## [0.11.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.10.1...near-workspaces-v0.11.0) - 2024-07-05 ### Other diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index 10059ce5..219ad32b 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-workspaces" -version = "0.11.0" +version = "0.11.1" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"