From 94ecef8aeb7d8f8e1b28f7bc6d182025ff6f3aab Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 24 Sep 2025 11:32:01 +0000 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c044b3..4b848aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2025-09-24 + +### Added +- 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]