Skip to content

Commit 5e0ee7e

Browse files
authored
Merge pull request #108 from amirography/release-plz/2023-07-22T09-17-20Z
2 parents 8dd9fc8 + 5244afc commit 5e0ee7e

File tree

7 files changed

+24
-9
lines changed

7 files changed

+24
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/kyushu/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
517517

518518
## [Unreleased]
519519

520+
## [0.18.0](https://github.com/amirography/soapberry/compare/kyushu-v0.17.1...kyushu-v0.18.0) - 2023-07-22
521+
522+
### Other
523+
- refactor main os derive
524+
520525
## [0.17.1](https://github.com/amirography/soapberry/compare/kyushu-v0.17.0...kyushu-v0.17.1) - 2023-07-15
521526

522527
### Other

crates/kyushu/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kyushu"
33
description = "kyushu is a local-first, event-based journaling application."
4-
version = "0.17.1"
4+
version = "0.18.0"
55
edition = "2021"
66
authors = ["Amir Alesheikh <amirhossein.alehseikh@gmail.com>"]
77

@@ -30,7 +30,7 @@ clap = { version = "4.3.19", features = ["derive", "cargo"] }
3030
color-eyre = "0.6.2"
3131
once_cell = "1.18.0"
3232
owo-colors = "3.5.0"
33-
redmaple = { version = "0.18.0", path = "../redmaple" }
33+
redmaple = { version = "0.18.1", path = "../redmaple" }
3434
serde = { version = "1.0.174", features = ["derive"] }
3535
serde_json = "1.0.103"
3636
thiserror = "1.0.44"
@@ -40,6 +40,6 @@ time = { version = "0.3.23", features = [
4040
"local-offset",
4141
"serde-human-readable",
4242
] }
43-
whirlybird = { version = "0.13.2", path = "../whirlybird", features = [
43+
whirlybird = { version = "0.13.3", path = "../whirlybird", features = [
4444
"journey",
4545
], default-features = false }

crates/redmaple/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127127

128128
## [Unreleased]
129129

130+
## [0.18.1](https://github.com/amirography/soapberry/compare/redmaple-v0.18.0...redmaple-v0.18.1) - 2023-07-22
131+
132+
### Other
133+
- refactor main os derive
134+
130135
## [0.18.0](https://github.com/amirography/soapberry/compare/redmaple-v0.17.0...redmaple-v0.18.0) - 2023-07-15
131136

132137
### Added

crates/redmaple/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redmaple"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
edition = "2021"
55
authors = ["Amir Alesheikh <amirhossein.alehseikh@gmail.com>"]
66
description = "RedMaple offers an oppinionated yet extremely flexible data modeling system based on events for backend applications"

crates/whirlybird/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120120

121121
## [Unreleased]
122122

123+
## [0.13.3](https://github.com/amirography/soapberry/compare/whirlybird-v0.13.2...whirlybird-v0.13.3) - 2023-07-22
124+
125+
### Other
126+
- refactor main os derive
127+
123128
## [0.13.2](https://github.com/amirography/soapberry/compare/whirlybird-v0.13.1...whirlybird-v0.13.2) - 2023-07-15
124129

125130
### Other

crates/whirlybird/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whirlybird"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
edition = "2021"
55
authors = ["Amir Alesheikh <amirhossein.alehseikh@gmail.com>"]
66
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."
@@ -23,7 +23,7 @@ split_commits = true
2323
filter_unconventional = true
2424

2525
[dependencies]
26-
redmaple = { version = "0.18.0", path = "../redmaple" }
26+
redmaple = { version = "0.18.1", path = "../redmaple" }
2727
serde = { version = "1.0.174", features = ["derive"] }
2828
thiserror = { version = "1.0.44" }
2929
time = { version = "0.3.23", features = ["serde"] }

0 commit comments

Comments
 (0)