Skip to content

Commit 8566170

Browse files
committed
Minor Version Release 0.3.0
Major Changes include: * Signature change in vss-client constructor. (in #31 ) * Vss-client can now also return AuthError if AuthException is returned from server. (#30) * Adds VssHeaderProvider, can be used for auth and request signing.(#31) * Adds LnurlAuthToJwtProvider, provides LnUrl based JWT auth. (#26) * Adds KeyObfuscator, to provide client-side key obfuscation. (#32) * Package now has enforced MSRV of 1.63.0. (#19) This is a minor version bump because there are non-backward compatible changes in vss-client usage.
1 parent 3b093a4 commit 8566170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vss-client"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
rust-version = "1.63.0"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)