From dd4e2c217cbe0565ea50a318e55048683635305d Mon Sep 17 00:00:00 2001 From: tkgstrator Date: Sat, 1 Aug 2026 07:15:31 +0000 Subject: [PATCH] chore: bump version to 0.2.0 Minor bump: this release adds the TrollStore deploy script, port_recipe and verify_offsets, plus the main-executable fallback when a framework is absent. All new capability, no breaking change. Co-Authored-By: Claude Opus 4.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d43b501..37ee827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ipa-patch-shared" -version = "0.1.3" +version = "0.2.0" description = "Kanade — static-patch tooling for IPA-Patch projects (arm64 encoder, Mach-O ops, IPA pipeline)." readme = "README.md" requires-python = ">=3.12"