From e84abb9b75cc69be6636ef59641dbad975a3a168 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 22:05:55 +0200 Subject: [PATCH] chore: release v0.3.2 (#12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `near-socialdb-client`: 0.3.1 -> 0.3.2
Changelog

## [0.3.2](https://github.com/bos-cli-rs/near-socialdb-client-rs/compare/v0.3.1...v0.3.2) - 2024-07-30 ### Fixed - Allow function access keys to be used without explicit write permission (this reflects the SocialDB contract implementation) ([#11](https://github.com/bos-cli-rs/near-socialdb-client-rs/pull/11))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9396f5..85fd7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/bos-cli-rs/near-socialdb-client-rs/compare/v0.3.1...v0.3.2) - 2024-07-30 + +### Fixed +- Allow function access keys to be used without explicit write permission (this reflects the SocialDB contract implementation) ([#11](https://github.com/bos-cli-rs/near-socialdb-client-rs/pull/11)) + ## [0.3.1](https://github.com/bos-cli-rs/near-socialdb-client-rs/compare/v0.3.0...v0.3.1) - 2024-06-19 ### Other diff --git a/Cargo.lock b/Cargo.lock index dc098ac..4cf0a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2141,7 +2141,7 @@ dependencies = [ [[package]] name = "near-socialdb-client" -version = "0.3.1" +version = "0.3.2" dependencies = [ "color-eyre", "httpmock", diff --git a/Cargo.toml b/Cargo.toml index acc0141..8aefa8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-socialdb-client" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["FroVolod ", "frol "] license = "MIT OR Apache-2.0"