Skip to content

Commit c635561

Browse files
authored
Problem: CHANGELOG is not updated for v0.0.9-alpha (fix #259) (#260)
1 parent 7e3ecea commit c635561

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
# Changelog
22
## [Unreleased]
3+
## [v0.0.9-alpha] - 2022-11-01
4+
- Add optional field chain_id for walletconnect (In C++, 0 = None)
5+
- Add wallet connect with contract calls (modified client to be cloneable)
36

4-
## [v0.0.8-alpha] - 2020-09-13
7+
## [v0.0.8-alpha] - 2022-09-13
58
- Add missing licenses
69
- Fix QR code can not be detected error
710
- Rename `setup_callback` as `setup_callback_blocking`
811

9-
## [v0.0.7-alpha] - 2020-08-24
12+
## [v0.0.7-alpha] - 2022-08-24
1013
- Add android builds
1114

12-
## [v0.0.6-alpha] - 2020-08-17
15+
## [v0.0.6-alpha] - 2022-08-17
1316
- Add checksum for linux libc++ release
1417
- Add qrcode api
1518

16-
## [v0.0.5-alpha] - 2020-08-12
19+
## [v0.0.5-alpha] - 2022-08-12
1720
- Support both g++ and clang
1821
- Add libc++ build for linux Unreal plugin
1922

20-
## [v0.0.4-alpha] - 2020-08-10
23+
## [v0.0.4-alpha] - 2022-08-10
2124
Add get-backup-mnemonics, generate-mnemonics
2225

23-
## [v0.0.3-alpha] - 2020-08-01
26+
## [v0.0.3-alpha] - 2022-08-01
2427
Mac release to support 10.15
2528
Fix unicode decode error on windows 11
2629
Update ethers and cxx-build

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.8-alpha"
3+
version = "0.0.9-alpha"
44
edition = "2021"
55
license = "Apache-2.0"
66

0 commit comments

Comments
 (0)