Skip to content

Commit d6488b6

Browse files
committed
Bump versions
1 parent 27e6786 commit d6488b6

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

lightspark-remote-signing/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.5.0
4+
- Added Signet Bitcoin network support.
5+
36
## v0.3.0
47
- Handle REVEAL_COUNTERPARTY_PER_COMMITMENT_SECRET webhook.
58

@@ -23,4 +26,4 @@
2326
- Change the validation interface to take in a json string.
2427

2528
## v0.1.0
26-
- First draft of the SDK.
29+
- First draft of the SDK.

lightspark-remote-signing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lightspark-remote-signing"
33
description = "Lightspark Remote Signing SDK for Rust"
44
authors = ["Lightspark Group, Inc. <[email protected]>"]
5-
version = "0.3.0"
5+
version = "0.5.0"
66
edition = "2021"
77
documentation = "https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust"
88
homepage = "https://www.lightspark.com/"

lightspark/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# v0.11.0
4+
- Added Signet Bitcoin network support.
5+
36
# v0.10.1
47
- Fix: Removes default params on graphql mutation `PayUmaInvoice`
58

lightspark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lightspark"
33
description = "Lightspark Rust SDK"
44
authors = ["Lightspark Group, Inc. <[email protected]>"]
5-
version = "0.10.1"
5+
version = "0.11.0"
66
edition = "2021"
77
documentation = "https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust"
88
homepage = "https://www.lightspark.com/"

lightspark/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//! See more examples in examples/example.rs
2929
//!
3030
/// The version of this library.
31-
pub const VERSION: &str = "0.10.1";
31+
pub const VERSION: &str = "0.11.0";
3232

3333
#[cfg(feature = "client")]
3434
pub mod client;

0 commit comments

Comments
 (0)