From 4567c9ef77528345520f09154206012c72bafd82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 03:26:52 +0000 Subject: [PATCH] chore(main): release 0.3.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18cac80..fd1c548 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.4" + ".": "0.3.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7ffa1..271bd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.5](https://github.com/raiderrobert/diecut/compare/v0.3.4...v0.3.5) (2026-03-15) + + +### Miscellaneous + +* remove claude code action workflows ([#127](https://github.com/raiderrobert/diecut/issues/127)) ([ca5c230](https://github.com/raiderrobert/diecut/commit/ca5c23050ec5ff7af7f01b45c5557fafe75473e4)) +* switch license from MIT to PolyForm Shield 1.0.0 ([#124](https://github.com/raiderrobert/diecut/issues/124)) ([da51075](https://github.com/raiderrobert/diecut/commit/da510750dfd80267cc5a5525a6e173b9e67ec1fb)) +* update license reference in README to PolyForm Shield ([#126](https://github.com/raiderrobert/diecut/issues/126)) ([1f6e875](https://github.com/raiderrobert/diecut/commit/1f6e875d1d4556a404f6ecdda52933f577ed325e)) + + +### Documentation + +* add value props to README ([94bd1f4](https://github.com/raiderrobert/diecut/commit/94bd1f4fffaf83c5b9c2bfaae767e763b9215b89)) +* rewrite doc link separators as colons ([7446ce0](https://github.com/raiderrobert/diecut/commit/7446ce0198940b25d74d681c198fb4ceb60beaa6)) + ## [0.3.4](https://github.com/raiderrobert/diecut/compare/v0.3.3...v0.3.4) (2026-02-24) diff --git a/Cargo.lock b/Cargo.lock index ce434bc..ba4d69f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" [[package]] name = "diecut" -version = "0.3.4" +version = "0.3.5" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index 31cef60..4f730dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "diecut" -version = "0.3.4" +version = "0.3.5" edition = "2021" license = "LicenseRef-PolyForm-Shield-1.0.0" rust-version = "1.75"