From 283a61b041eddaab6bd42274104170fb60fd8aa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 17:43:35 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b62c4cb..87e6c45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ppap" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] From dc34d2de1b8217339cbb506f2a61c82fbdeb1cef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 17:43:36 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0ae5a..83cd894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.1.1](https://github.com/rindrics/ppap-cli/compare/v0.1.0...v0.1.1) - 2026-08-28 + +- build(deps): update zip requirement from 7.2.0 to 8.1.0 by @dependabot[bot] in https://github.com/rindrics/ppap-cli/pull/13 +- build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/rindrics/ppap-cli/pull/17 +- build(deps): update base64 requirement from 0.22.1 to 0.23.1 by @dependabot[bot] in https://github.com/rindrics/ppap-cli/pull/21 + ## [v0.1.0](https://github.com/Rindrics/ppap-cli/commits/v0.1.0) - 2026-02-03 - ci: setup tagpr by @Rindrics in https://github.com/Rindrics/ppap-cli/pull/2 - feat: provide security options by @Rindrics in https://github.com/Rindrics/ppap-cli/pull/3