Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
release-plz committed Jul 31, 2023
1 parent 1842130 commit a793b9c
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 9 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.

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

## [Unreleased]

## [0.18.1](https://github.com/prmadev/soapberry/compare/kyushu-v0.18.0...kyushu-v0.18.1) - 2023-07-31

### Added
- update username

### Fixed
- fix a linting issue

### Other
- make things more simple
- remove unused attribute

## [0.18.0](https://github.com/prmadev/soapberry/compare/kyushu-v0.17.1...kyushu-v0.18.0) - 2023-07-22

### Other
Expand Down
6 changes: 3 additions & 3 deletions 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 local-first, event-based journaling application."
version = "0.18.0"
version = "0.18.1"
edition = "2021"
authors = ["Amir Alesheikh <[email protected]>"]

Expand Down Expand Up @@ -30,7 +30,7 @@ clap = { version = "4.3.19", features = ["derive", "cargo"] }
color-eyre = "0.6.2"
once_cell = "1.18.0"
owo-colors = "3.5.0"
redmaple = { version = "0.18.1", path = "../redmaple" }
redmaple = { version = "0.18.2", path = "../redmaple" }
serde = { version = "1.0.174", features = ["derive"] }
serde_json = "1.0.103"
thiserror = "1.0.44"
Expand All @@ -40,6 +40,6 @@ time = { version = "0.3.23", features = [
"local-offset",
"serde-human-readable",
] }
whirlybird = { version = "0.13.3", path = "../whirlybird", features = [
whirlybird = { version = "0.13.4", path = "../whirlybird", features = [
"journey",
], default-features = false }
5 changes: 5 additions & 0 deletions crates/redmaple/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.2](https://github.com/prmadev/soapberry/compare/redmaple-v0.18.1...redmaple-v0.18.2) - 2023-07-31

### Added
- update username

## [0.18.1](https://github.com/prmadev/soapberry/compare/redmaple-v0.18.0...redmaple-v0.18.1) - 2023-07-22

### 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.18.1"
version = "0.18.2"
edition = "2021"
authors = ["Perma <[email protected]>"]
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 @@ -120,6 +120,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.4](https://github.com/prmadev/soapberry/compare/whirlybird-v0.13.3...whirlybird-v0.13.4) - 2023-07-31

### Added
- update username

## [0.13.3](https://github.com/prmadev/soapberry/compare/whirlybird-v0.13.2...whirlybird-v0.13.3) - 2023-07-22

### Other
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.13.3"
version = "0.13.4"
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 @@ -23,7 +23,7 @@ split_commits = true
filter_unconventional = true

[dependencies]
redmaple = { version = "0.18.1", path = "../redmaple" }
redmaple = { version = "0.18.2", path = "../redmaple" }
serde = { version = "1.0.174", features = ["derive"] }
thiserror = { version = "1.0.44" }
time = { version = "0.3.23", features = ["serde"] }

0 comments on commit a793b9c

Please sign in to comment.