Skip to content

Commit

Permalink
Merge pull request #4 from amirography/release-plz/2023-03-04T09-43-32Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
prmadev authored Mar 4, 2023
2 parents 512066c + 7a6a26d commit dbcd5bb
Show file tree
Hide file tree
Showing 7 changed files with 42 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.

19 changes: 19 additions & 0 deletions crates/kyushu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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.1](https://github.com/amirography/soapberry/compare/kyushu-v0.1.0...kyushu-v0.1.1) - 2023-03-04

### Added
- add kyushu

### Other
- *(kyushu)* publish on crates.io
- fix type
- fix typo
- add picture to kyushu docs
- add some checks
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.0"
version = "0.1.1"
edition = "2021"
authors = ["Amir Alesheikh <[email protected]>"]

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

## [Unreleased]

## [0.8.1](https://github.com/amirography/soapberry/compare/redmaple-v0.8.0...redmaple-v0.8.1) - 2023-03-04

### Other
- updated subcrates

## [0.5.1](https://github.com/amirography/redmaple/compare/v0.5.0...v0.5.1) - 2023-02-13

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

## [Unreleased]

## [0.3.1](https://github.com/amirography/soapberry/compare/whirlybird-v0.3.0...whirlybird-v0.3.1) - 2023-03-04

### Added
- add some compatibility changes

### Other
- add releaser
- updated subcrates
- try new caching strategy, p2
- add some checks

## [0.1.5](https://github.com/amirography/whirlybird/compare/v0.1.4...v0.1.5) - 2023-02-16

### 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.3.0"
version = "0.3.1"
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 @@ -12,5 +12,5 @@ keywords = ["data_model", "event-sourcing", "events"]
readme = "README.md"

[dependencies]
redmaple = { version = "0.8.0", path = "../redmaple" }
redmaple = { version = "0.8.1", path = "../redmaple" }
thiserror = "1.0.38"

0 comments on commit dbcd5bb

Please sign in to comment.