diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..97db757 --- /dev/null +++ b/CHANGELOG.md @@ -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 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"