From 44421aee565e0813f9716783702d4b585f0e292a Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 24 Sep 2025 19:39:36 +0000 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c044b3..08898f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2025-09-24 + +### Added +- add features for nats and postgres +- add postgres +- extract backend +- do publish +- allow readme + ## [0.1.2] - 2025-07-04 ### Added diff --git a/Cargo.toml b/Cargo.toml index 2ee3309..2b918d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.1.2" +version = "0.1.3" license = "MIT" [workspace.dependencies]