Skip to content

Commit b21e460

Browse files
committed
v0.4.0
1 parent 5408abb commit b21e460

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fmodel-rust"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "Accelerate development of compositional, safe, and ergonomic applications/information systems by effectively implementing Event Sourcing and CQRS patterns in Rust."
66
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ cargo add fmodel-rust
539539
Or add the following line to your `Cargo.toml` file:
540540

541541
```toml
542-
fmodel-rust = "0.3.0"
542+
fmodel-rust = "0.4.0"
543543
```
544544

545545
## Examples

0 commit comments

Comments
 (0)