Skip to content

Commit

Permalink
chore: release v0.2.2 (#4)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `near-socialdb-client`: 0.2.1 -> 0.2.2 (✓ API compatible changes)

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

<blockquote>

##
[0.2.2](v0.2.1...v0.2.2)
- 2024-01-21

### Added
- Created Github workflows
([#3](#3))

### Changed
- changed version

### Fixed
- fixed name

### Other
- updated version near-token = "0.2.0"
- clippy
- Replaced NearBalance with an external near-token crate
([#2](#2))
- added /types
- start
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 22, 2024
1 parent 982ea4a commit e9ae73e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.2](https://github.com/bos-cli-rs/near-socialdb-client-rs/compare/v0.2.1...v0.2.2) - 2024-01-21

### Added
- Created Github workflows ([#3](https://github.com/bos-cli-rs/near-socialdb-client-rs/pull/3))

### Changed
- changed version

### Fixed
- fixed name

### Other
- updated version near-token = "0.2.0"
- clippy
- Replaced NearBalance with an external near-token crate ([#2](https://github.com/bos-cli-rs/near-socialdb-client-rs/pull/2))
- added /types
- start
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.2.1"
version = "0.2.2"
edition = "2021"
authors = ["FroVolod <[email protected]>", "frol <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit e9ae73e

Please sign in to comment.