File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22## [ Unreleased]
33
4+ ## [ v0.0.2-alpha] - 2022-07-18
5+ ### Security Warning
6+ No security audits of this release have ever been performed yet.
7+
8+ The project is still in development and is alpha quality.
9+
10+ USE AT YOUR OWN RISK!
11+
412### Added
513- Add CMake support
14+ - Add ` get_token_holders ` function
15+ - Add examples
616
717### Changed
818- Replace openssl with ` rustls `
919- Improve dynamic build for mac (change to rapth using ` install_name_tool ` ) and linux (build a
1020dynamic library wrapper on a static library)
21+ - Replace the ` cargo test ` execution with ` cargo llvm-cov `
22+ - Replace ` grpc-web-client ` with ` tonic-web-wasm-client `
1123
1224### Removed
1325
Original file line number Diff line number Diff line change 11[package ]
22name = " play-cpp-sdk"
3- version = " 0.1.0 "
3+ version = " 0.0.2-alpha "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments