From b2e4fc390a0d82741752d366116be6bb78b16bd7 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Fri, 19 Dec 2025 01:58:15 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08898f6..e9b1082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2025-12-19 + +### Added +- truly cancel if revision isn't as expected +- reset after failure +- print as well +- add publish +- add features for nats and postgres +- add postgres +- extract backend +- do publish +- allow readme + +### Fixed +- *(deps)* update rust crate uuid to v1.19.0 +- *(deps)* update all dependencies + +### Other +- *(deps)* update rust crate tracing to v0.1.44 +- *(deps)* update tokio-tracing monorepo +- *(deps)* update rust crate tracing-subscriber to v0.3.20 +- *(release)* v0.1.3 (#3) + chore(release): 0.1.3 +- Configure Renovate (#4) + Add renovate.json + ## [0.1.3] - 2025-09-24 ### Added diff --git a/Cargo.toml b/Cargo.toml index 2b918d6..16eb74a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.1.3" +version = "0.2.0" license = "MIT" [workspace.dependencies]