Skip to content

Commit ebe33b2

Browse files
authored
Merge pull request #202 from DefGuard/release/1.6-alpha
Release/1.6 alpha
2 parents 0ea56b5 + e38317c commit ebe33b2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
- name: Install pnpm
116116
uses: pnpm/action-setup@v4
117117
with:
118-
version: 10
118+
# FIXME: temporarily pinned because of https://github.com/pnpm/pnpm/pull/9959
119+
version: 10.17
119120

120121
- name: Use Node.js
121122
uses: actions/setup-node@v4

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "defguard-proxy"
3-
version = "1.5.1"
3+
version = "1.6.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
homepage = "https://github.com/DefGuard/proxy"

0 commit comments

Comments
 (0)