File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " paystack-rs"
3- version = " 1.4 .0"
3+ version = " 1.5 .0"
44description = " Paystack API Wrapper"
55authors = [" Oghenemarho Orukele <orukele.dev@gmail.com>" ]
66edition = " 2021"
Original file line number Diff line number Diff 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
8787You can also download the source code and use in your code base directly if you prefer.
Original file line number Diff line number Diff line change 1010//!
1111//! ```toml
1212//! [dependencies]
13- //! paystack-rs = "1.4 .0"
13+ //! paystack-rs = "1.5 .0"
1414//! ```
1515//!
1616//! ## Usage
You can’t perform that action at this time.
0 commit comments