From ddaf3d0e7a4b735fde5e63dbc031879f823aec7b Mon Sep 17 00:00:00 2001 From: release-plz Date: Sun, 19 Mar 2023 16:00:13 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 6 ++--- crates/kyushu/CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++ crates/kyushu/Cargo.toml | 2 +- crates/redmaple/CHANGELOG.md | 5 ++++ crates/redmaple/Cargo.toml | 2 +- crates/whirlybird/CHANGELOG.md | 6 +++++ crates/whirlybird/Cargo.toml | 4 +-- 7 files changed, 66 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3475e5e..f1ff813 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" [[package]] name = "kyushu" -version = "0.4.1" +version = "0.5.0" dependencies = [ "clap", "inquire", @@ -946,7 +946,7 @@ dependencies = [ [[package]] name = "redmaple" -version = "0.10.0" +version = "0.10.1" dependencies = [ "thiserror", "uuid", @@ -1597,7 +1597,7 @@ dependencies = [ [[package]] name = "whirlybird" -version = "0.6.0" +version = "0.6.1" dependencies = [ "getset-scoped", "redmaple", diff --git a/crates/kyushu/CHANGELOG.md b/crates/kyushu/CHANGELOG.md index 3e65ecf..6336cc3 100644 --- a/crates/kyushu/CHANGELOG.md +++ b/crates/kyushu/CHANGELOG.md @@ -6,6 +6,54 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/amirography/soapberry/compare/kyushu-v0.4.1...kyushu-v0.5.0) - 2023-03-19 + +### Added +- *(kyushu)* make configuration more pure +- *(kyushu)* make controller more modularized for client kyushu +- *(kyushu)* make controller more modularized for client kyushu +- *(kyushu)* seperate some logic to see if we can make it clearer +- *(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 +- 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.1](https://github.com/amirography/soapberry/compare/kyushu-v0.4.0...kyushu-v0.4.1) - 2023-03-17 ### Added diff --git a/crates/kyushu/Cargo.toml b/crates/kyushu/Cargo.toml index 207ed7e..9a87bc8 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.1" +version = "0.5.0" edition = "2021" authors = ["Amir Alesheikh "] diff --git a/crates/redmaple/CHANGELOG.md b/crates/redmaple/CHANGELOG.md index 1d2b814..6a9519a 100644 --- a/crates/redmaple/CHANGELOG.md +++ b/crates/redmaple/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1](https://github.com/amirography/soapberry/compare/redmaple-v0.10.0...redmaple-v0.10.1) - 2023-03-19 + +### Added +- *(redmaple)* implement eq and partialeq for better apis + ## [0.10.0](https://github.com/amirography/soapberry/compare/redmaple-v0.9.0...redmaple-v0.10.0) - 2023-03-16 ### Added diff --git a/crates/redmaple/Cargo.toml b/crates/redmaple/Cargo.toml index f5ab53f..b617ede 100644 --- a/crates/redmaple/Cargo.toml +++ b/crates/redmaple/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redmaple" -version = "0.10.0" +version = "0.10.1" edition = "2021" authors = ["Amir Alesheikh "] description = "RedMaple offers an oppinionated yet extremely flexible data modeling system based on events for backend applications" diff --git a/crates/whirlybird/CHANGELOG.md b/crates/whirlybird/CHANGELOG.md index 6334068..cfba36e 100644 --- a/crates/whirlybird/CHANGELOG.md +++ b/crates/whirlybird/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/amirography/soapberry/compare/whirlybird-v0.6.0...whirlybird-v0.6.1) - 2023-03-19 + +### Added +- *(redmaple)* implement eq and partialeq for better apis on journey types +- *(redmaple)* implement eq and partialeq for better apis + ## [0.6.0](https://github.com/amirography/soapberry/compare/whirlybird-v0.5.0...whirlybird-v0.6.0) - 2023-03-16 ### Added diff --git a/crates/whirlybird/Cargo.toml b/crates/whirlybird/Cargo.toml index c81de98..4f6f0ec 100644 --- a/crates/whirlybird/Cargo.toml +++ b/crates/whirlybird/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whirlybird" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["Amir Alesheikh "] description = "whirlybird is a library of generic type implementations for RedMaple library, that offers workflows for different events compatible with common contents like todos, blogs and etc." @@ -25,7 +25,7 @@ filter_unconventional = true [dependencies] getset-scoped = {version= "0.1.2"} -redmaple = { version = "0.10.0", path = "../redmaple"} +redmaple = { version = "0.10.1", path = "../redmaple"} thiserror = {version="1.0.38"} [dev-dependencies]