Skip to content

Commit d670542

Browse files
chore: Release paystack-rs version 1.5.0
1 parent 7bae1b1 commit d670542

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file.
88

99
- Added support for apple pay endpoints
1010
- Added support for apple pay endpoints
11+
- Added support for the subaccounts api route
12+
13+
### ⚙️ Miscellaneous Tasks
14+
15+
- Added better error handling to all the routes in the create - goal is to reduce use of match statements
16+
- Made base url a constant and moved it to the mod.rs file for top level access
17+
- Release paystack-rs version 1.4.0
1118

1219
## [1.3.0] - 2025-06-29
1320

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paystack-rs"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "Paystack API Wrapper"
55
authors = ["Oghenemarho Orukele <orukele.dev@gmail.com>"]
66
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ flowchart TD
8181

8282
```toml
8383
[dependencies]
84-
paystack-rs = "1.4.0"
84+
paystack-rs = "1.5.0"
8585
```
8686

8787
You can also download the source code and use in your code base directly if you prefer.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//!
1111
//! ```toml
1212
//! [dependencies]
13-
//! paystack-rs = "1.4.0"
13+
//! paystack-rs = "1.5.0"
1414
//! ```
1515
//!
1616
//! ## Usage

0 commit comments

Comments
 (0)