Skip to content

Commit

Permalink
Merge pull request #61 from amirography/release-plz/2023-03-16T08-05-11Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
prmadev authored Mar 16, 2023
2 parents d8fbabe + 570aee1 commit f5d9536
Show file tree
Hide file tree
Showing 7 changed files with 58 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.

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

## [Unreleased]

## [0.3.0](https://github.com/amirography/soapberry/compare/kyushu-v0.2.4...kyushu-v0.3.0) - 2023-03-16

### 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
- 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.2.4](https://github.com/amirography/soapberry/compare/kyushu-v0.2.3...kyushu-v0.2.4) - 2023-03-13

### 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.2.4"
version = "0.3.0"
edition = "2021"
authors = ["Amir Alesheikh <[email protected]>"]

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

## [Unreleased]

## [0.9.0](https://github.com/amirography/soapberry/compare/redmaple-v0.8.3...redmaple-v0.9.0) - 2023-03-16

### Other
- 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

## [0.8.3](https://github.com/amirography/soapberry/compare/redmaple-v0.8.2...redmaple-v0.8.3) - 2023-03-05

### Other
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.8.3"
version = "0.9.0"
edition = "2021"
authors = ["Amir Alesheikh <[email protected]>"]
description = "RedMaple offers an oppinionated yet extremely flexible data modeling system based on events for backend applications"
Expand Down
8 changes: 8 additions & 0 deletions crates/whirlybird/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0](https://github.com/amirography/soapberry/compare/whirlybird-v0.4.0...whirlybird-v0.5.0) - 2023-03-16

### Other
- 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
- add validity to id of journey
- make more of whirlybird pure

## [0.4.0](https://github.com/amirography/soapberry/compare/whirlybird-v0.3.4...whirlybird-v0.4.0) - 2023-03-13

### 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.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Amir Alesheikh <[email protected]>"]
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,5 +25,5 @@ filter_unconventional = true

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

0 comments on commit f5d9536

Please sign in to comment.