From 0d11254214b357a5632ee61bdc6f558f259e6d77 Mon Sep 17 00:00:00 2001 From: "pr-automation-bot-public[bot]" Date: Wed, 15 Jul 2026 15:44:47 +0000 Subject: [PATCH] chore: release v1.1.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7950ee..f2068c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ bump. Currently experimental: project bundling, project dependencies # Unreleased +# v1.1.0 + * feat: `icp token [TOKEN|LEDGER_ID] approve ` grants an ICRC-2 allowance, letting a spender transfer tokens on your behalf. Supports `--from-subaccount` (the account debited for the allowance), `--spender-subaccount`, and an optional `--expires-in ` (e.g. `24h`, `30d`) to auto-expire the allowance. * feat: `icp token [TOKEN|LEDGER_ID] allowance ` displays the ICRC-2 allowance granted to a spender. Supports `--subaccount`, `--spender-subaccount`, and `--of-principal` to inspect any account. * feat: `icp canister delete` will now send the canister's remaining cycles to the caller diff --git a/Cargo.lock b/Cargo.lock index 4fb9f6a1..5bedffc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3650,7 +3650,7 @@ dependencies = [ [[package]] name = "icp" -version = "1.0.2" +version = "1.1.0" dependencies = [ "async-dropper", "async-trait", @@ -3726,7 +3726,7 @@ dependencies = [ [[package]] name = "icp-canister-interfaces" -version = "1.0.2" +version = "1.1.0" dependencies = [ "bigdecimal", "candid", @@ -3736,7 +3736,7 @@ dependencies = [ [[package]] name = "icp-cli" -version = "1.0.2" +version = "1.1.0" dependencies = [ "anstyle", "anyhow", @@ -3816,7 +3816,7 @@ dependencies = [ [[package]] name = "icp-sync-plugin" -version = "1.0.2" +version = "1.1.0" dependencies = [ "async-trait", "bytes", @@ -6370,7 +6370,7 @@ dependencies = [ [[package]] name = "schema-gen" -version = "1.0.2" +version = "1.1.0" dependencies = [ "icp", "schemars", diff --git a/Cargo.toml b/Cargo.toml index 328dd6f4..946375de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "3" [workspace.package] authors = ["DFINITY Stiftung "] edition = "2024" -version = "1.0.2" +version = "1.1.0" repository = "https://github.com/dfinity/icp-cli" rust-version = "1.88.0" license = "Apache-2.0"