Skip to content

Commit bfbe837

Browse files
chore: release v0.2.1 (#441)
1 parent c23d1bd commit bfbe837

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Unreleased
22

3+
# v0.2.1
4+
35
* feat: icp-cli will now inform you if a new version is released. This can be disabled with `icp settings update-check`
46
* fix: Duplicate identities no longer cause an error when starting a network
5-
6-
# v0.2.1-beta.0
7-
87
* feat: Added support for creating canisters on cloud engine subnets. Note that local networks cannot yet create these subnets.
98
* feat: Upgrading canisters now stops them before the upgrade and starts them again afterwards
109
* feat: `icp canister logs` supports filtering by timestamp (`--since`, `--until`) and log index (`--since-index`, `--until-index`)

Cargo.lock

Lines changed: 4 additions & 4 deletions
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
@@ -8,7 +8,7 @@ resolver = "3"
88
[workspace.package]
99
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
1010
edition = "2024"
11-
version = "0.2.1-beta.0"
11+
version = "0.2.1"
1212
repository = "https://github.com/dfinity/icp-cli"
1313
rust-version = "1.88.0"
1414
license = "Apache-2.0"

0 commit comments

Comments
 (0)