Skip to content

Commit 21b1350

Browse files
authored
Problem: CHANGELOG is outdated for release v0.0.2-alpha (fix #155) (#156)
Solution: - Update CHANGELOG.md
1 parent d1483fe commit 21b1350

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
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
1020
dynamic 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

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.1.0"
3+
version = "0.0.2-alpha"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)