From 2729ecba3c685c4bf8c4b597ceb1bfb163ca4d09 Mon Sep 17 00:00:00 2001 From: tkgstrator Date: Sat, 1 Aug 2026 13:08:20 +0000 Subject: [PATCH] chore: bump version to 0.3.0 Minor bump for the --bundle-id-suffix flag on build_patched_ipa. Updates uv.lock alongside pyproject.toml. The 0.2.0 bump moved only pyproject, leaving the lock pinning the old version until a later change happened to refresh it. Co-Authored-By: Claude Opus 4.7 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37ee827..2d06c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ipa-patch-shared" -version = "0.2.0" +version = "0.3.0" description = "Kanade — static-patch tooling for IPA-Patch projects (arm64 encoder, Mach-O ops, IPA pipeline)." readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 835cd8d..5c84d7d 100644 --- a/uv.lock +++ b/uv.lock @@ -22,7 +22,7 @@ wheels = [ [[package]] name = "ipa-patch-shared" -version = "0.2.0" +version = "0.3.0" source = { virtual = "." } dependencies = [ { name = "lief" },