From 4d9f7b17efc156bd1a01c4a13d5e69120c99781c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Mon, 13 Oct 2025 19:22:07 +0200 Subject: [PATCH 1/2] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7624d270..89be08bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -530,7 +530,7 @@ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "defguard-proxy" -version = "1.5.1" +version = "1.6.0" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d04ad4cb..002d3184 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard-proxy" -version = "1.5.1" +version = "1.6.0" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/DefGuard/proxy" From e38317c20baba646ce36d25ee55225d6a2c31638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Mon, 13 Oct 2025 19:56:59 +0200 Subject: [PATCH 2/2] pin pnpm version --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69770abe..69c7fda8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,8 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10 + # FIXME: temporarily pinned because of https://github.com/pnpm/pnpm/pull/9959 + version: 10.17 - name: Use Node.js uses: actions/setup-node@v4