Skip to content

Commit f3e2dfa

Browse files
elecmingtomtau
andauthored
Problem: Missing v0.0.13-alpha release (fix #309) (#310)
* Problem: Missing v0.0.13-alpha release (fix #309) * Update CHANGELOG.md Co-authored-by: Tomas Tauber <[email protected]> Co-authored-by: Tomas Tauber <[email protected]>
1 parent 73baeae commit f3e2dfa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22
## [Unreleased]
3+
## [v0.0.13-alpha] - 2022-12-13
4+
- Limit walletconnect json rpc pending requests to 2 and timeout to 60 seconds
5+
- Revert to clang 10 for linux builds
36

47
## [v0.0.12-alpha] - 2022-12-7
58
- Dynamic Contract C++ Bindings : Encode,Call,Send

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

0 commit comments

Comments
 (0)