Skip to content

Commit 0af63f4

Browse files
chore: Release paystack-rs version 1.3.0
1 parent 7584fff commit 0af63f4

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## [1.3.0] - 2025-06-29
6+
7+
### 🚀 Features
8+
9+
- Added support for initalizing dedicated virtual accounts
10+
- Added support for creating dedicated virtual account
11+
- Added support for assigning dedicated virtual account to customer
12+
- Added support for listing dedicated accounts in the integration
13+
- Added support for requery dedicated account
14+
- Added support for deactivating, creating split, and removing split in dedicated virtual account
15+
- Added support for fetching supported bank providers
16+
- Added support for the dedicated virtual account api endpoint
17+
- Added support for the dedicated virtual account api endpoint
18+
19+
### 📚 Documentation
20+
21+
- Updated the doc strings for the different modules
22+
523
## [1.2.0] - 2025-06-28
624

725
### ⚙️ Miscellaneous Tasks
@@ -15,6 +33,7 @@ All notable changes to this project will be documented in this file.
1533
- *(ci)* Updated automatic release github action
1634
- *(changelog)* Update CHANGELOG.md for release
1735
- *(ci)* Updated automatic release github action
36+
- Release paystack-rs version 1.2.0
1837

1938
## [1.1.1] - 2025-06-26
2039

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

0 commit comments

Comments
 (0)