Skip to content

Commit

Permalink
Merge pull request #88 from amirography/release-plz/2023-06-10T14-17-19Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
prmadev authored Jun 18, 2023
2 parents 67047f0 + f1fad31 commit bfde816
Show file tree
Hide file tree
Showing 7 changed files with 61 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.

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

## [Unreleased]

## [0.8.0](https://github.com/amirography/soapberry/compare/kyushu-v0.7.0...kyushu-v0.8.0) - 2023-06-18

### Added
- use time crate for id and time
- improve printer typing
- improve list all entries
- add remapled file format for kyushu
- update structure
- implement entrycreated
- almost made it
- improved api, removed title
- *(kyushu)* add configuration and argument parsing
- *(kyushu)* form the structure for kyushu
- delete all the kyushu src files to overhaul it

### Other
- clean up parts
- cargo update
- update

## [0.7.0](https://github.com/amirography/soapberry/compare/kyushu-v0.6.4...kyushu-v0.7.0) - 2023-05-19

### 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 journaling application which let you deliberate on events and your journey through them"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Amir Alesheikh <amirhossein.alehseikh@gmail.com>"]

Expand Down Expand Up @@ -30,13 +30,13 @@ clap = { version = "4.3.4", features = ["derive"] }
color-eyre = "0.6.2"
hash32 = "0.3.1"
owo-colors = "3.5.0"
redmaple = { version = "0.12.3", path = "../redmaple" }
redmaple = { version = "0.13.0", path = "../redmaple" }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.97"
thiserror = "1.0.40"
time = { version = "0.3.22", features = ["serde", "formatting", "local-offset", "serde-human-readable"] }
walkdir = "2.3.3"
whirlybird = { version = "0.9.0", path = "../whirlybird", features = [
whirlybird = { version = "0.10.0", path = "../whirlybird", features = [
"journey",
], default-features = false }

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

## [Unreleased]

## [0.13.0](https://github.com/amirography/soapberry/compare/redmaple-v0.12.3...redmaple-v0.13.0) - 2023-06-18

### Added
- use time crate for id and time
- improve printer typing
- add remapled file format for kyushu
- update structure
- implement entrycreated
- almost made it
- improved api, removed title
- add serialization and deserialization for whirlybird types

### Fixed
- fix the example in the event_group

### Other
- clean up parts
- cargo update

## [0.12.3](https://github.com/amirography/soapberry/compare/redmaple-v0.12.2...redmaple-v0.12.3) - 2023-05-19

### 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.12.3"
version = "0.13.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
13 changes: 13 additions & 0 deletions crates/whirlybird/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0](https://github.com/amirography/soapberry/compare/whirlybird-v0.9.0...whirlybird-v0.10.0) - 2023-06-18

### Added
- use time crate for id and time
- improve list all entries
- implement entrycreated
- improved api, removed title
- add serialization and deserialization for whirlybird types

### Other
- clean up parts
- cargo update

## [0.9.0](https://github.com/amirography/soapberry/compare/whirlybird-v0.8.2...whirlybird-v0.9.0) - 2023-05-19

### 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.9.0"
version = "0.10.0"
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.12.3", path = "../redmaple"}
redmaple = { version = "0.13.0", path = "../redmaple"}
serde = { version = "1.0.164", features = ["derive"] }
thiserror = {version="1.0.40"}
time = { version = "0.3.22", features = ["serde"] }
Expand Down

0 comments on commit bfde816

Please sign in to comment.