File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ _Initial release - see Unreleased section above for features_
1212[ 0.1.0 ] : https://github.com/django-athm/athm-python/releases/tag/v0.1.0
1313
1414
15+ ## v0.4.1 (2025-12-10)
16+
17+ ### Refactor
18+
19+ - ** exceptions** : improve ValidationError with structured field errors
20+
1521## v0.4.0 (2025-12-01)
1622
1723### Feat
Original file line number Diff line number Diff line change 3434 parse_webhook ,
3535)
3636
37- __version__ = "0.4.0 "
37+ __version__ = "0.4.1 "
3838__author__ = "Raúl Negrón-Otero"
3939__email__ = "raul.esteban.negron@gmail.com"
4040
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " athm"
7- version = " 0.4.0 "
7+ version = " 0.4.1 "
88description = " A modern Python library for the ATH Móvil payment API"
99readme = " README.md"
1010license = { text = " MIT" }
@@ -195,7 +195,7 @@ ignore_errors = true
195195# Commitizen configuration
196196[tool .commitizen ]
197197name = " cz_conventional_commits"
198- version = " 0.4.0 "
198+ version = " 0.4.1 "
199199version_files = [
200200 " athm/__init__.py:__version__" ,
201201 " pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments