diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c044b3..7964b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2025-07-06 + +### Added +- 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]