Skip to content

Latest commit

 

History

History
95 lines (53 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

95 lines (53 loc) · 2.08 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.1] - Dec 10, 2024

Fixed

  • paystack plans get-plans bug

Changed

  • Deprecated --data-only flag in favour of --json
    • Upgrade dependencies: pypaystack2, typer

0.2.0 - May 11, 2024

Fixed

  • All request errors exits gracefully with exit code 1.

Changed

  • --data-only flag of all sub-commands now return json data
  • Upgrade pypaystack2 to 2.0.3
  • Upgrade typer to 0.12.3
  • Switched from poetry to rye

0.1.4 - Dec 1, 2023

Fixed

  • Incorrect project versioning

Changed

  • --data-only flag to --json
  • subaccount subcommand to sub-acct

Removed

  • Removed support for python<=3.10

0.1.3 - Jul 29, 2023

Fixed

  • Incorrect binary link

0.1.2 - Jul 26, 2023

Fixed

  • Missing options for paystack misc get-providers sub-command
  • Missing options for paystack misc get-banks sub-command
  • Missing options for paystack misc get-states sub-command
  • Missing options for paystack transfer-ctrl resend-otp sub-command

0.1.1 - Jul 24, 2023

Added

  • License to project
  • Source code link to README

Changed

  • Binary download link

0.1.0 - Jul 24, 2023

Added

  • Commands and sub-commands for all methods supported by pypaystack2