Skip to content

Commit

Permalink
Problem: Missing release v0.2.1 (fix #502) (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
damoncro committed Jul 18, 2022
1 parent 25f3d41 commit 8339f68
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.1] - 2022-07-18
### Added
- Add CMake Support
- Add env `CPP_EXAMPLE_PATH` for cpp integration test
- Add a basic generation parser for EIP681
- Add a Make command `install-uniffi-bindgen`

### Changed
- Replaced the GH action with manual `cargo clippy` call and removed the duplicate clippy steps/flow
- Replace openssl with rustls
- Change the cargo test executions to use `cargo llvm-cov`
- Improve cpp integration test and assert rust::cxxbridge1::Error
- Replace `grpc-web-client` with `tonic-web-wasm-client`

## [0.2.0] - 2022-06-21
### Added
- Add polling interval argument or function for setting the polling interval on event filters and pending transactions.
Expand Down
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.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.57"

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.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.57"

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.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.57"

Expand Down

0 comments on commit 8339f68

Please sign in to comment.