From 050d5af965ae8a4c2a8d8b4bc74d48239ce666cf Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 5 Aug 2023 19:28:32 +0000 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e37f48..1a71674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2023-08-05 + +### Added +- *(json-edit)* added json-edit to update some json content with next global version + +### Fixed +- *(json-edit)* with actual arg instead of stupid str replace +- *(ci)* without token +- *(docs)* check fix version +- *(crate)* initial pr always included the entire changelog +- *(crate)* always prefix with 'v' when creating prs, or releases (#9) + +### Other +- *(deps)* update rust crate regex to 1.9.2 +- remove cr +- *(json-edit)* clarify errors +- *(docs)* remove 0.2 checklist + ## [0.2.1] - 2023-08-04 ### Docs