From f3eca7d94204592a83f93de70e61851c225bb8d4 Mon Sep 17 00:00:00 2001 From: release-plz Date: Fri, 17 Mar 2023 13:21:51 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- crates/kyushu/CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++++ crates/kyushu/Cargo.toml | 2 +- 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e277957..f486ff1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -549,7 +549,7 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" [[package]] name = "kyushu" -version = "0.4.0" +version = "0.4.1" dependencies = [ "clap", "inquire", diff --git a/crates/kyushu/CHANGELOG.md b/crates/kyushu/CHANGELOG.md index 441543d..3e65ecf 100644 --- a/crates/kyushu/CHANGELOG.md +++ b/crates/kyushu/CHANGELOG.md @@ -6,6 +6,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/amirography/soapberry/compare/kyushu-v0.4.0...kyushu-v0.4.1) - 2023-03-17 + +### Added +- *(whirlybird)* add logic for journey +- *(kyushu)* add details for linking objects and links them selves +- *(kyushu)* add command requests to proto files +- add tracing instrumentalization +- add tracing instrumentalization +- *(kyushu)* add a basic client-server grpc connection +- add kyushu + +### Other +- release +- *(kyushu)* make try-from more pure +- *(kyushu)* use try_from instead of build for configuration of kyushu +- release +- Merge pull request #62 from amirography/make_more_pure +- remove hasty use of repr +- defer handling of state from redmaple to later and make it more simplified +- make commands more declaritive +- release +- release +- release +- Merge pull request #40 from amirography/outline_commands +- Merge pull request #39 from amirography/outline_commands +- Merge pull request #35 from amirography/instrumentalize +- improve server's organization +- release +- release +- Merge branch 'main' into CI +- add CI case to labeler +- release +- Merge pull request #18 from amirography/readme +- *(kyushu)* update kyushu's readme +- add labeler +- release +- release +- *(kyushu)* publish on crates.io +- fix type +- fix typo +- add picture to kyushu docs +- add some checks + ## [0.4.0](https://github.com/amirography/soapberry/compare/kyushu-v0.3.1...kyushu-v0.4.0) - 2023-03-17 ### Added diff --git a/crates/kyushu/Cargo.toml b/crates/kyushu/Cargo.toml index 7e4379e..207ed7e 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.4.0" +version = "0.4.1" edition = "2021" authors = ["Amir Alesheikh "]