From c0eb38b5323329c4ce534656772877d4af28aa12 Mon Sep 17 00:00:00 2001 From: Ivan Dugalic Date: Thu, 19 Oct 2023 19:25:37 +0200 Subject: [PATCH] v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bf4361..b07c174 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ dependencies = [ [[package]] name = "fmodel-rust" -version = "0.2.1" +version = "0.3.0" dependencies = [ "async-trait", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index c563818..67a2657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fmodel-rust" -version = "0.2.1" +version = "0.3.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"