Skip to content

Commit b98b7b8

Browse files
authored
Problem: Missing v0.0.19-alpha release (fix #437) (#438)
1 parent 11e4f2a commit b98b7b8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22
## [Unreleased]
3+
## [v0.0.19-alpha] - 2023-4-24
4+
- Upgrade ethers to 2.0
5+
- Add msys2 build support
6+
- Add general eip1559 functions for walletconnect 1.0
7+
- sign_transaction
8+
- send_transaction
9+
- Refactor ERC20/721/1155 contract functions to general functions for walletconnect 1.0
10+
- sign_contract_transaction
11+
- send_contract_transaction
312

413
## [v0.0.18-alpha] - 2023-3-30
514
- Add eth_sendTransaction support for WalletConnect 1.0

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.

play-cpp-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "play-cpp-sdk"
3-
version = "0.0.18-alpha"
3+
version = "0.0.19-alpha"
44
edition = "2021"
55
license = "Apache-2.0"
66

0 commit comments

Comments
 (0)