Skip to content

Commit

Permalink
chore(version): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tqwewe committed Dec 15, 2021
1 parent 3cb1519 commit 69a6e93
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [0.2.1](https://github.com/thalo-rs/thalo/compare/0.2.0..0.2.1) - 2021-12-15
#### Build system
- fix invalid links - ([3cb1519](https://github.com/thalo-rs/thalo/commit/3cb15198781d4720263ee3a0bf113c5b89326443)) - [@tqwewe](https://github.com/tqwewe)
- add sleep between publishing packages - ([2af0708](https://github.com/thalo-rs/thalo/commit/2af07083d1cc501ed1f7995ddaf5c100bc5d85c0)) - [@tqwewe](https://github.com/tqwewe)
#### Miscellaneous Chores
- merge branch 'main' of github.com:thalo-rs/thalo into dev - ([0a13f0b](https://github.com/thalo-rs/thalo/commit/0a13f0b2cf5d07a8cad5ac54326e76d89e74ac43)) - [@tqwewe](https://github.com/tqwewe)
- - -

## [0.2.0](https://github.com/thalo-rs/thalo/compare/0.1.2..0.2.0) - 2021-12-15
#### Bug Fixes
- **(examples/bank)** outbox relay feature flag typo - ([e43aca4](https://github.com/thalo-rs/thalo/commit/e43aca477abf8b960ca8d6f1bb66282917d4aee0)) - [@tqwewe](https://github.com/tqwewe)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion thalo-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thalo-macros"
version = "0.2.0"
version = "0.2.1"
authors = ["Ari Seyhun <[email protected]>"]
edition = "2021"
description = "Macros for crates.io/thalo"
Expand Down
4 changes: 2 additions & 2 deletions thalo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thalo"
version = "0.2.0"
version = "0.2.1"
authors = ["Ari Seyhun <[email protected]>"]
edition = "2021"
description = "An event sourcing & CQRS framework for Event Driven Architechture"
Expand Down Expand Up @@ -38,7 +38,7 @@ sea-query = { version = "0.19.1", features = [
] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thalo-macros = { version = "0.2.0", path = "../thalo-macros" }
thalo-macros = { version = "0.2.1", path = "../thalo-macros" }
thiserror = "1.0"
tokio = { version = "1.14", features = ["macros", "sync"] }
tracing = "0.1"
Expand Down

0 comments on commit 69a6e93

Please sign in to comment.