Skip to content

Commit

Permalink
chore: release 20230530 (0.3.1) (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew authored May 30, 2023
1 parent 83f0322 commit 313fb01
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]

## [20230530]

### Fixed

Upgraded `agent-js` packages so that the wallet can work on icp0.io domain as intended.
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.0")'
assert_eq '("0.3.1")'
}
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.0"
version = "0.3.1"
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2021"
rust-version = "1.58.1"
Expand Down

0 comments on commit 313fb01

Please sign in to comment.