From 31c410c0e1ed3b0b961497d982b846f9d6c2c3b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 05:52:46 +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 930affa..3bff9f4 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 bf69e63a449d5c8d4fd7b70a39cd3500a8991ded Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 05:52:47 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0ae5a..f3ac5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.1.1](https://github.com/Rindrics/ppap-cli/compare/v0.1.0...v0.1.1) - 2026-02-25 +- 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 + ## [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