From f5ebb2289527636b04cdcfbeb0d6d5bfe62a343f Mon Sep 17 00:00:00 2001 From: "Shin (Former Aleph)" <67456590+therealaleph@users.noreply.github.com> Date: Sun, 17 May 2026 19:50:46 +0300 Subject: [PATCH] release: prepare v1.9.29 (#1266) Prepare v1.9.29 release for the Code.gs JSON parse regression fix.\n\nTests:\n- cargo test --lib --- Cargo.lock | 2 +- Cargo.toml | 2 +- android/app/build.gradle.kts | 4 ++-- docs/changelog/v1.9.29.md | 9 +++++++++ 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 docs/changelog/v1.9.29.md diff --git a/Cargo.lock b/Cargo.lock index ab5ac5e..d2e3073 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2624,7 +2624,7 @@ dependencies = [ [[package]] name = "mhrv-rs" -version = "1.9.28" +version = "1.9.29" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 8cfceea..53e6a88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mhrv-rs" -version = "1.9.28" +version = "1.9.29" edition = "2021" description = "Rust port of MasterHttpRelayVPN -- DPI bypass via Google Apps Script relay with domain fronting" license = "MIT" diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index d0a93bb..07afd35 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -14,8 +14,8 @@ android { applicationId = "com.therealaleph.mhrv" minSdk = 24 // Android 7.0 — covers 99%+ of live devices. targetSdk = 34 - versionCode = 160 - versionName = "1.9.28" + versionCode = 161 + versionName = "1.9.29" // Ship all four mainstream Android ABIs: // - arm64-v8a — 95%+ of real-world Android phones since 2019 diff --git a/docs/changelog/v1.9.29.md b/docs/changelog/v1.9.29.md new file mode 100644 index 0000000..0d1acb3 --- /dev/null +++ b/docs/changelog/v1.9.29.md @@ -0,0 +1,9 @@ + +