Skip to content

Commit

Permalink
Bump version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyav authored Jul 25, 2024
1 parent 8524cbe commit 7842ccd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions lightspark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# v0.10.1
- Fix: Removes default params on graphql mutation `PayUmaInvoice`

# v0.10.0
- Add extra params to `create_uma_invoice` and `pay_uma_invoice` for analytics.

Expand Down
2 changes: 1 addition & 1 deletion lightspark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lightspark"
description = "Lightspark Rust SDK"
authors = ["Lightspark Group, Inc. <[email protected]>"]
version = "0.10.0"
version = "0.10.1"
edition = "2021"
documentation = "https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust"
homepage = "https://www.lightspark.com/"
Expand Down
4 changes: 2 additions & 2 deletions lightspark/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Lightspark Rust SDK - v0.10.0
# Lightspark Rust SDK - v0.10.1

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

***WARNING: This SDK is in version 0.10.0 (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.***
***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.***

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion lightspark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//! See more examples in examples/example.rs
//!
/// The version of this library.
pub const VERSION: &str = "0.10.0";
pub const VERSION: &str = "0.10.1";

#[cfg(feature = "client")]
pub mod client;
Expand Down

0 comments on commit 7842ccd

Please sign in to comment.