Skip to content

Commit

Permalink
release 20240410 (0.3.2) (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 authored Apr 16, 2024
1 parent 98a8db8 commit b013764
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## [20240410]

### Added

- Added `wallet_call_with_max_cycles`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/bash/version.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ teardown() {
@test "reports the wallet API version" {
WALLET_ID=$(dfx identity get-wallet)
assert_command dfx canister call "${WALLET_ID}" wallet_api_version "()"
assert_eq '("0.3.1")'
assert_eq '("0.3.2")'
}
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet"
version = "0.3.1"
version = "0.3.2"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
edition = "2021"
rust-version = "1.58.1"
Expand Down

0 comments on commit b013764

Please sign in to comment.