From aad8124d377a8f5c25ad0b4e018197baff8610b7 Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Wed, 22 Apr 2026 14:25:30 -0700 Subject: [PATCH 1/5] changelog header --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80565f4ae4..91a0a520a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ # UNRELEASED +# 0.32.0 + ### chore: bump `ic-agent`, `ic-utils` and `ic-identity-hsm` to 0.47.0 ### fix: correct `dfx sns` example commands in documentation From 250b700c9f5445ec3f2426fb2efbf2a0d5c81ff7 Mon Sep 17 00:00:00 2001 From: Adam Spofford <93943719+adamspofford-dfinity@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:11:29 -0700 Subject: [PATCH 2/5] chore: Release 0.32.0 (#4533) --- Cargo.lock | 2 +- public/manifest.json | 3 ++- src/dfx/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ac266259a..e955a8c51d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1678,7 +1678,7 @@ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" [[package]] name = "dfx" -version = "0.31.0" +version = "0.32.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 1266b8a746..f4ab59abe1 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -87,6 +87,7 @@ "0.29.2", "0.30.1", "0.30.2", - "0.31.0" + "0.31.0", + "0.32.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index d988943838..fd38b2dc6f 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.31.0" +version = "0.32.0" authors.workspace = true edition.workspace = true repository.workspace = true From 126ffc8bb765d621d83cd5f4bfc98f7801762f2d Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Wed, 22 Apr 2026 15:44:50 -0700 Subject: [PATCH 3/5] missing changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a0a520a4..5faa31affc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ # 0.32.0 +### feat: Deprecate dfx. All commands will throw off a deprecation warning (this can be disabled with `DFX_WARNING=-deprecation`). + ### chore: bump `ic-agent`, `ic-utils` and `ic-identity-hsm` to 0.47.0 ### fix: correct `dfx sns` example commands in documentation From cafad4236e9660f9d4842ca0093a1515631a3290 Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Wed, 22 Apr 2026 15:45:42 -0700 Subject: [PATCH 4/5] Promote 0.32.0 --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index f4ab59abe1..d4a226857d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "tags": { - "latest": "0.31.0" + "latest": "0.32.0" }, "versions": [ "0.5.0", From 779e89aded31f4574071a57b8c167ac3fbefa744 Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Wed, 22 Apr 2026 17:18:48 -0700 Subject: [PATCH 5/5] come on CI