From de99a2fe16d3ad33024f7283b965fa7b39c60f47 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Fri, 4 Jul 2025 11:29:11 +0000 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c044b3..4fba8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2025-07-04 + +### Added +- 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]