From a69387c5772420a0c3ec2a48cd57ff34d3bec8bc Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 24 Sep 2025 21:43:06 +0200 Subject: [PATCH] chore(release): v0.1.3 (#3) chore(release): 0.1.3 Co-authored-by: cuddle-please Reviewed-on: https://git.kjuulh.io/kjuulh/noleader/pulls/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]