Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idugalic committed Dec 15, 2023
1 parent 1231bcd commit d13d56e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fmodel-rust"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
description = "Accelerate development of compositional, safe, and ergonomic applications/information systems by effectively implementing Event Sourcing and CQRS patterns in Rust."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ cargo add fmodel-rust
Or add the following line to your `Cargo.toml` file:

```toml
fmodel-rust = "0.4.0"
fmodel-rust = "0.5.0"
```

## Examples
Expand Down

0 comments on commit d13d56e

Please sign in to comment.