Releases: wilfredinni/dinero
Releases · wilfredinni/dinero
0.3.1
0.3.0 - Python 3.12
Support for Python 3.12
0.2.1
- Modularized the codebase.
- Removed unused conversions to string.
- Fixed Circular imports.
- Fixed Type linting errors.
0.2.0
- Added new
tools
module. - Added
calculate_simple_interest
tool. - Added
calculate_compound_interest
tool. - Added
calculate_vat
tool. - Added
calculate_percentage
tool. - Update documentation.
- Update dependencies to the latest versions.
0.1.8
- Update dependencies to the latest versions.
- Updated README and documentation.
- Fix security vulnerabilities.
0.1.7
- Updated dependencies to the latest versions.
- Updated README and documentation.
0.1.6
- 100% code coverage 🎉
- Fixed Type Hints for
multiply
anddivide
methods. - Fixed
InvalidOperationError
not raising when comparing against a nonDinero
object. - Removed orphan lines of code.
- Move validators to their own module.
0.1.5
0.1.4
- Added
typing-extensions
dependency.
0.1.3
Initial release