Skip to content

Commit b013764

Browse files
authored
release 20240410 (0.3.2) (#171)
1 parent 98a8db8 commit b013764

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [UNRELEASED]
99

10+
## [20240410]
11+
1012
### Added
1113

1214
- Added `wallet_call_with_max_cycles`

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.

e2e/bash/version.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ teardown() {
2424
@test "reports the wallet API version" {
2525
WALLET_ID=$(dfx identity get-wallet)
2626
assert_command dfx canister call "${WALLET_ID}" wallet_api_version "()"
27-
assert_eq '("0.3.1")'
27+
assert_eq '("0.3.2")'
2828
}

wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wallet"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["DFINITY Stiftung <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.58.1"

0 commit comments

Comments
 (0)