From b7b5a7054beda2d25fc96bdb64b0febcee2bbb1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:23:35 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..adb3049 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# 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-22 + +### Added +- Created Github workflows ([#3](https://github.com/bos-cli-rs/near-socialdb-client-rs/pull/3)) + +### Changed +- changed version + +### Fixed +- fixed name + +### Other +- Upgraded NEAR crates to 0.20.0 release ([#5](https://github.com/bos-cli-rs/near-socialdb-client-rs/pull/5)) +- 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 diff --git a/Cargo.lock b/Cargo.lock index 844a93a..794e154 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1550,7 +1550,7 @@ dependencies = [ [[package]] name = "near-socialdb-client" -version = "0.2.1" +version = "0.2.2" dependencies = [ "color-eyre", "near-crypto", diff --git a/Cargo.toml b/Cargo.toml index 28f4b83..1a9e540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-socialdb-client" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["FroVolod ", "frol "] license = "MIT OR Apache-2.0"