File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased] ( https://github.com/wilfredinni/dinero/compare/0.2.0 ...master )
3+ ## [ Unreleased] ( https://github.com/wilfredinni/dinero/compare/0.2.1 ...master )
44
5- - Refactor: Modularized the codebase.
6- - Refactor: Removed unused conversions to string.
7- - Fix: Circular imports.
8- - Fix: Type linting errors.
5+
6+ ## [ 0.2.1] ( https://github.com/wilfredinni/dinero/releases/tag/0.2.1 )
7+
8+ - Modularized the codebase.
9+ - Removed unused conversions to string.
10+ - Fixed Circular imports.
11+ - Fixed Type linting errors.
912
1013## [ 0.2.0] ( https://github.com/wilfredinni/dinero/releases/tag/0.2.0 ) (2023-05-14)
1114
Original file line number Diff line number Diff line change 11from ._dinero import Dinero
22
33
4- __version__ = "0.2.0 "
4+ __version__ = "0.2.1 "
55
66__all__ = ["Dinero" ]
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dinero"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " Dinero is a library for working with monetary values in Python."
55license = " MIT"
66authors = [" Carlos Montecinos Geisse <carlos@pythoncheatsheet.org>" ]
You can’t perform that action at this time.
0 commit comments