Skip to content

Commit

Permalink
Problem: missing changelog for v0.3.3 (fix #844) (#845)
Browse files Browse the repository at this point in the history
Solution: add changelog

update version
  • Loading branch information
leejw51crypto committed Mar 2, 2023
1 parent dea2993 commit 942380c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog

Unreleased



## [0.3.3] - 2023-3-2
### Added
- Add secure storage option for desktop(mac,linux,windows), mobile (ios, android)
- Update crates : keyring to 2.0, uniffi 0.23 etc
- Pin to the nix 2.13
- Add code owners
- Fix README.md for main.rs
- Fix compile for android

## [0.3.2] - 2022-12-15
### Added
- Change EthAbiTokenBind, EthAbiToken cloneable
Expand Down
6 changes: 3 additions & 3 deletions 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 bindings/cpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defi-wallet-core-cpp"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defi-wallet-core-wasm"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defi-wallet-core-common"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0"
Expand Down

0 comments on commit 942380c

Please sign in to comment.