Skip to content

Commit 3e3a673

Browse files
chore: Release paystack-rs version 1.6.0
1 parent 8c35185 commit 3e3a673

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.6.0] - 2025-10-21
6+
7+
### 🚀 Features
8+
9+
- *(currency)* Added support for Kenya Shilling and West African CFA Franc in the currency models
10+
- *(plan)* Added support for creating plans
11+
- *(plan)* Added support for listing plans in the integration
12+
- *(plan)* Added support for modifying plans in the integration
13+
- *(plan)* Added support for modifying plans in the integration
14+
15+
### ⚙️ Miscellaneous Tasks
16+
17+
- *(clippy)* Fixed clippy warning to optimise the code performance
18+
- *(CI/CD)* Removed duplicate checks
19+
- *(CI/CD)* Fixed duplicate test to ensure only one test on main
20+
21+
## [1.5.0] - 2025-08-29
22+
23+
### ⚙️ Miscellaneous Tasks
24+
25+
- Release paystack-rs version 1.5.0
26+
527
## [1.4.0] - 2025-06-30
628

729
### 🚀 Features

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.5.0"
3+
version = "1.6.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.5.0"
84+
paystack-rs = "1.6.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.5.0"
13+
//! paystack-rs = "1.6.0"
1414
//! ```
1515
//!
1616
//! ## Usage

0 commit comments

Comments
 (0)