Skip to content

Commit

Permalink
chore: release v0.3.2 (#12)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `near-socialdb-client`: 0.3.1 -> 0.3.2

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.3.2](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](#11))
</blockquote>


</p></details>

---
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>
  • Loading branch information
github-actions[bot] authored Jul 30, 2024
1 parent 60140eb commit e84abb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-socialdb-client"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["FroVolod <[email protected]>", "frol <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit e84abb9

Please sign in to comment.