Skip to content

Commit

Permalink
Merge pull request #29 from amirography/release-plz/2023-03-05T08-36-39Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
prmadev authored Mar 5, 2023
2 parents 1ad56a0 + cf35085 commit 1c2e227
Show file tree
Hide file tree
Showing 7 changed files with 61 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.

28 changes: 28 additions & 0 deletions crates/kyushu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.6](https://github.com/amirography/soapberry/compare/kyushu-v0.1.5...kyushu-v0.1.6) - 2023-03-05

### Added
- *(kyushu)* add a basic client-server grpc connection
- add kyushu

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

All notable changes to this project will be documented in this file.

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

Expand Down
14 changes: 14 additions & 0 deletions crates/redmaple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Other
- *(redmaple)* fix broken links in changelog
- *(redmaple)* fix broken links in changelog
- add CI case to labeler
# Changelog

All notable changes to this project will be documented in this file.

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.2"
version = "0.8.3"
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
12 changes: 12 additions & 0 deletions crates/whirlybird/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.3](https://github.com/amirography/soapberry/compare/whirlybird-v0.3.2...whirlybird-v0.3.3) - 2023-03-05

### Other
- add CI case to labeler
# Changelog

All notable changes to this project will be documented in this file.

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.3.2"
version = "0.3.3"
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 @@ -18,5 +18,5 @@ split_commits = true
filter_unconventional = true

[dependencies]
redmaple = { version = "0.8.2", path = "../redmaple" }
redmaple = { version = "0.8.3", path = "../redmaple" }
thiserror = "1.0.38"

0 comments on commit 1c2e227

Please sign in to comment.