Skip to content

Commit

Permalink
bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapavoni committed Oct 26, 2023
1 parent 5e2ce71 commit 7e1a80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "mini_cqrs_es"
description = "Minimal, opinionated micro-framework to implement CQRS/ES in Rust."
authors = ["Andrea Pavoni <[email protected]>"]
repository = "https://github.com/andreapavoni/mini_cqrs_es"
version = "0.6.0"
version = "0.7.0"
license = "MIT"
keywords = ["cqrs", "event-sourcing", "cqrs-es", "ddd"]
rust-version = "1.71"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Or add the following line to your `Cargo.toml`:

```toml
[dependencies]
mini_cqrs_es = { git = "https://github.com/andreapavoni/mini_cqrs_es" }
mini_cqrs_es = "0.7.0"
```

## Usage
Expand Down

0 comments on commit 7e1a80a

Please sign in to comment.