Skip to content

Commit fcb31f8

Browse files
authored
Bump version to 0.10.2 (#66)
1 parent 404f5a7 commit fcb31f8

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

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.10.2
4+
- Fix: Improve webhook request validation and test coverage
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.10.2"
66
edition = "2021"
77
documentation = "https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust"
88
homepage = "https://www.lightspark.com/"

lightspark/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Lightspark Rust SDK - v0.10.1
1+
# Lightspark Rust SDK - v0.10.2
22

33
The Lightspark Rust SDK provides a convenient way to interact with the Lightspark services from applications written in the Rust language.
44

5-
***WARNING: This SDK is in version 0.10.1 (active development). It means that its APIs may not be fully stable. Please expect that changes to the APIs may happen until we move to v1.0.0.***
5+
***WARNING: This SDK is in version 0.10.2 (active development). It means that its APIs may not be fully stable. Please expect that changes to the APIs may happen until we move to v1.0.0.***
66

77
## Documentation
88

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.10.2";
3232

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

0 commit comments

Comments
 (0)