Skip to content

Commit

Permalink
Minor Version Release 0.3.0
Browse files Browse the repository at this point in the history
Major Changes include:
* Signature change in vss-client constructor. (in lightningdevkit#31 )
* Vss-client can now also return AuthError if AuthException is returned from server. (lightningdevkit#30)
* Adds VssHeaderProvider, can be used for auth and request signing.(lightningdevkit#31)
* Adds LnurlAuthToJwtProvider, provides LnUrl based JWT auth. (lightningdevkit#26)
* Adds KeyObfuscator, to provide client-side key obfuscation. (lightningdevkit#32)
* Package now has enforced MSRV of 1.63.0. (lightningdevkit#19)

This is a minor version bump because there are non-backward compatible changes in vss-client usage.
  • Loading branch information
G8XSU committed Aug 23, 2024
1 parent 3b093a4 commit 8566170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vss-client"
version = "0.2.2"
version = "0.3.0"
rust-version = "1.63.0"
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 8566170

Please sign in to comment.