Skip to content

Commit

Permalink
Merge pull request #106 from amirography/release-plz/2023-07-12T11-06…
Browse files Browse the repository at this point in the history
…-55Z

chore: release
  • Loading branch information
prmadev authored Jul 15, 2023
2 parents 4619682 + 37f35a0 commit 9d9b4c1
Show file tree
Hide file tree
Showing 7 changed files with 43 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.

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

## [Unreleased]

## [0.17.0](https://github.com/amirography/soapberry/compare/kyushu-v0.16.0...kyushu-v0.17.0) - 2023-07-15

### Added
- add path information to error
- new implementation of frost elfs
- add flake

### Fixed
- fix a logic mistake when doing a boolean comparison

### Other
- update dependencies
- fix a few linting problems
- fix a few linting problems
- separate responsibilities of elfs
- simplified filedb

## [0.16.0](https://github.com/amirography/soapberry/compare/kyushu-v0.15.0...kyushu-v0.16.0) - 2023-07-09

### Added
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.16.0"
version = "0.17.0"
edition = "2021"
authors = ["Amir Alesheikh <amirhossein.alehseikh@gmail.com>"]

Expand Down Expand Up @@ -30,12 +30,12 @@ clap = { version = "4.3.11", features = ["derive", "cargo"] }
color-eyre = "0.6.2"
once_cell = "1.18.0"
owo-colors = "3.5.0"
redmaple = { version = "0.17.0", path = "../redmaple" }
redmaple = { version = "0.18.0", path = "../redmaple" }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.102"
thiserror = "1.0.43"
time = { version = "0.3.23", features = ["serde", "formatting", "local-offset", "serde-human-readable"] }
whirlybird = { version = "0.13.0", path = "../whirlybird", features = [
whirlybird = { version = "0.13.1", path = "../whirlybird", features = [
"journey",
], default-features = false }

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

## [Unreleased]

## [0.18.0](https://github.com/amirography/soapberry/compare/redmaple-v0.17.0...redmaple-v0.18.0) - 2023-07-15

### Added
- new implementation of frost elfs
- add flake

### Other
- update dependencies
- fix a few linting problems
- separate responsibilities of elfs

## [0.17.0](https://github.com/amirography/soapberry/compare/redmaple-v0.16.1...redmaple-v0.17.0) - 2023-07-09

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

## [Unreleased]

## [0.13.1](https://github.com/amirography/soapberry/compare/whirlybird-v0.13.0...whirlybird-v0.13.1) - 2023-07-15

### Other
- *(whirlybird)* adding tests for body
- update dependencies

## [0.13.0](https://github.com/amirography/soapberry/compare/whirlybird-v0.12.2...whirlybird-v0.13.0) - 2023-07-09

### 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.13.0"
version = "0.13.1"
edition = "2021"
authors = ["Amir Alesheikh <amirhossein.alehseikh@gmail.com>"]
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.17.0", path = "../redmaple"}
redmaple = { version = "0.18.0", path = "../redmaple"}
serde = { version = "1.0.171", features = ["derive"] }
thiserror = {version="1.0.43"}
time = { version = "0.3.23", features = ["serde"] }
Expand Down

0 comments on commit 9d9b4c1

Please sign in to comment.