Skip to content

Commit 04291d7

Browse files
authored
Merge pull request #23 from amirography/release-plz/2023-03-05T07-43-38Z
chore: release
2 parents ede350d + 5399974 commit 04291d7

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

Cargo.lock

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

crates/redmaple/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.2](https://github.com/amirography/soapberry/compare/redmaple-v0.8.1...redmaple-v0.8.2) - 2023-03-05
10+
11+
### Other
12+
- *(redmaple)* fix picture
13+
914
## [0.8.1](https://github.com/amirography/soapberry/compare/redmaple-v0.8.0...redmaple-v0.8.1) - 2023-03-04
1015

1116
### Other

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.8.1"
3+
version = "0.8.2"
44
edition = "2021"
55
authors = ["Amir Alesheikh <[email protected]>"]
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
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.2](https://github.com/amirography/soapberry/compare/whirlybird-v0.3.1...whirlybird-v0.3.2) - 2023-03-05
10+
11+
### Other
12+
- updated the following local packages: redmaple
13+
914
## [0.3.1](https://github.com/amirography/soapberry/compare/whirlybird-v0.3.0...whirlybird-v0.3.1) - 2023-03-04
1015

1116
### Added

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.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
authors = ["Amir Alesheikh <[email protected]>"]
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."
@@ -12,5 +12,5 @@ keywords = ["data_model", "event-sourcing", "events"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
redmaple = { version = "0.8.1", path = "../redmaple" }
15+
redmaple = { version = "0.8.2", path = "../redmaple" }
1616
thiserror = "1.0.38"

0 commit comments

Comments
 (0)