Releases: Onix-Systems/python-pin-payments
Releases · Onix-Systems/python-pin-payments
0.1.1
0.1.1 (2024-12-20)
Fix
- typo base URL to append trailing slash for charges endpoint
- Refactor imports for consistency and clarity
- Simplify ReadTheDocs build configuration.
- Configure Read the Docs to use Python 3.10 and Ubuntu 22.04
- Update poetry.lock content hash
Refactor
- Update ReadTheDocs config to use poetry for dependency management
0.1.0
Changelog
All notable changes to this project will be documented in this file.
[0.1.0]
🚀 Features
- Main: added flake8 tests, and sonarcube check scripts
- (tests) Add comprehensive unit tests for ChargesAPI, CustomersAPI, and RefundsAPI
- (docs) Add the documentation in the README.md
- (code) Fixed flake8 issues
- (fix) Fixed some comments
- (cards) Added create method and tests for it
- (modules) Added some modules.
- (modules) Added some modules.
🐛 Bug Fixes
- Master: Fixed main branch name
- (cards) Added a protected method to the Base class.
- (mudules) Added some modules.
- (mudules) Removed some redundant code.
- (currencies) Created a dataclass.
- (modules) Added some modules.
- (modules) Added some modules.
- (modules) Fixed sonarlint.
🚜 Refactor
- Master: Update dependencies in poetry.lock
- Master: Add packages configuration to pyproject.toml