Skip to content

Commit

Permalink
Merge pull request #72 from amirography/release-plz/2023-03-20T09-36-43Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
prmadev authored Mar 20, 2023
2 parents d571e6c + 6dac4e8 commit 8ef6625
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions crates/kyushu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0](https://github.com/amirography/soapberry/compare/kyushu-v0.5.0...kyushu-v0.6.0) - 2023-03-20

### Added
- *(kyushu)* extract status handler from response handler in server
- *(kyushu)* rename healthcheck to better demonstrate its insides
- *(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
- Merge pull request #71 from amirography/refactor
- 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.5.0](https://github.com/amirography/soapberry/compare/kyushu-v0.4.1...kyushu-v0.5.0) - 2023-03-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/kyushu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.5.0"
version = "0.6.0"
edition = "2021"
authors = ["Amir Alesheikh <amirhossein.alehseikh@gmail.com>"]

Expand Down
32 changes: 32 additions & 0 deletions crates/redmaple/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0](https://github.com/amirography/soapberry/compare/redmaple-v0.10.1...redmaple-v0.11.0) - 2023-03-20

### Added
- *(redmaple)* add test for subscriberslist new function
- *(redmaple)* use more functional way of making new subscriberlist
- *(redmaple)* implement eq and partialeq for better apis
- add redmaple

### Other
- Merge pull request #71 from amirography/refactor
- merge items
- release
- Merge pull request #62 from amirography/make_more_pure
- change naming and make sure every function in redmaple and whirlybird are pure
- remove hasty use of repr
- make redmaple immutable
- delete irrelavent store library in redmaple this should not be redmaple-level concern
- delete unused versioned trait
- make ID creation pure
- defer handling of state from redmaple to later and make it more simplified
- change the name of a method to identity to be more declaritive
- release
- *(redmaple)* fix broken links in changelog
- *(redmaple)* fix broken links in changelog
- add CI case to labeler
- release
- *(redmaple)* fix picture
- release
- updated subcrates
- Release 0.8.0
- change redmaple information

## [0.10.1](https://github.com/amirography/soapberry/compare/redmaple-v0.10.0...redmaple-v0.10.1) - 2023-03-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/redmaple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redmaple"
version = "0.10.1"
version = "0.11.0"
edition = "2021"
authors = ["Amir Alesheikh <amirhossein.alehseikh@gmail.com>"]
description = "RedMaple offers an oppinionated yet extremely flexible data modeling system based on events for backend applications"
Expand Down
5 changes: 5 additions & 0 deletions crates/whirlybird/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2](https://github.com/amirography/soapberry/compare/whirlybird-v0.6.1...whirlybird-v0.6.2) - 2023-03-20

### Other
- updated the following local packages: redmaple

## [0.6.1](https://github.com/amirography/soapberry/compare/whirlybird-v0.6.0...whirlybird-v0.6.1) - 2023-03-19

### Added
Expand Down
4 changes: 2 additions & 2 deletions crates/whirlybird/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whirlybird"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
authors = ["Amir Alesheikh <amirhossein.alehseikh@gmail.com>"]
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."
Expand All @@ -25,7 +25,7 @@ filter_unconventional = true

[dependencies]
getset-scoped = {version= "0.1.2"}
redmaple = { version = "0.10.1", path = "../redmaple"}
redmaple = { version = "0.11.0", path = "../redmaple"}
thiserror = {version="1.0.38"}

[dev-dependencies]
Expand Down

0 comments on commit 8ef6625

Please sign in to comment.