From 7d503d3e069f4f14e3bcf7ab898c4fcb77050665 Mon Sep 17 00:00:00 2001 From: release-plz Date: Sat, 4 Mar 2023 11:17:54 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- crates/kyushu/CHANGELOG.md | 13 +++++++++++++ crates/kyushu/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15e048b..f7d285d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "kyushu" -version = "0.1.1" +version = "0.1.2" dependencies = [ "tokio", "tonic-build", diff --git a/crates/kyushu/CHANGELOG.md b/crates/kyushu/CHANGELOG.md index 7d942b3..eaed03b 100644 --- a/crates/kyushu/CHANGELOG.md +++ b/crates/kyushu/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/amirography/soapberry/compare/kyushu-v0.1.1...kyushu-v0.1.2) - 2023-03-04 + +### Added +- add kyushu + +### Other +- release +- *(kyushu)* publish on crates.io +- fix type +- fix typo +- add picture to kyushu docs +- add some checks + ## [0.1.1](https://github.com/amirography/soapberry/compare/kyushu-v0.1.0...kyushu-v0.1.1) - 2023-03-04 ### Added diff --git a/crates/kyushu/Cargo.toml b/crates/kyushu/Cargo.toml index d4a090e..b849510 100644 --- a/crates/kyushu/Cargo.toml +++ b/crates/kyushu/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kyushu" description = "kyushu is a journaling application which let you deliberate on events and your journey through them" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Amir Alesheikh "]