Skip to content

Commit 9201659

Browse files
Release v0.2.0-beta.0
1 parent b085597 commit 9201659

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# v0.2.0-beta.0
4+
35
* feat: Added `bind` key to network gateway config to pick your network interface (previous documentation mentioned a `host` key, but it did not do anything)
46
* feat: check for Candid incompatibility when upgrading a canister
57
* feat: Add `bitcoind-addr` and `dogecoind-addr` options for managed networks to connect to Bitcoin and Dogecoin nodes

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.1.0"
11+
version = "0.2.0-beta.0"
1212
repository = "https://github.com/dfinity/icp-cli"
1313
rust-version = "1.88.0"
1414
license = "Apache-2.0"

0 commit comments

Comments
 (0)