From cfeb6e9a7d90b22dc2da297599052285fe871d48 Mon Sep 17 00:00:00 2001 From: PiX <69745008+pixincreate@users.noreply.github.com> Date: Sun, 2 Aug 2026 23:13:34 +0530 Subject: [PATCH 1/2] release(KeyWatch): version 2.0.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- action.yml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f87a0..a6ae4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.1] - 2026-08-02 + ## [2.0.0] - 2026-08-02 ### Breaking Changes diff --git a/Cargo.lock b/Cargo.lock index 7fa98a0..da293a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "key-watch" -version = "2.0.0" +version = "2.0.1" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index e1c1fc7..c95b844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "key-watch" -version = "2.0.0" +version = "2.0.1" edition = "2024" rust-version = "1.85" authors = ["Pa1Nark "] diff --git a/action.yml b/action.yml index a46a2cd..87a2be1 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: version: description: 'Exact KeyWatch release version to install' required: false - default: '2.0.0' + default: '2.0.1' paths: description: 'Paths to scan (space-separated, supports globs)' required: false From 46fd84705d39aa451de2fde5be179df69d6b4ecf Mon Sep 17 00:00:00 2001 From: PiX <69745008+pixincreate@users.noreply.github.com> Date: Sun, 2 Aug 2026 23:14:50 +0530 Subject: [PATCH 2/2] chore: update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ae4a8..4bde35e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. ## [2.0.1] - 2026-08-02 +### Fixed + +- GitHub Release asset publishing no longer fails when Action validation generates Python bytecode caches + ## [2.0.0] - 2026-08-02 ### Breaking Changes