Skip to content

Commit

Permalink
Merge pull request #68 from amirography/release-plz/2023-03-17T13-21-51Z
Browse files Browse the repository at this point in the history
chore(kyushu): release v0.4.1
  • Loading branch information
prmadev authored Mar 17, 2023
2 parents 0724b4e + f3eca7d commit 69f6b3c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

43 changes: 43 additions & 0 deletions crates/kyushu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Amir Alesheikh <amirhossein.alehseikh@gmail.com>"]

Expand Down

0 comments on commit 69f6b3c

Please sign in to comment.