File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.10.1] ( https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.10.1 ) - 2024-06-06
8+ - Add ` mypy ` to ` pre-commit ` .
9+ - Update ` mypy ` config.
10+ - Update ` tool.ruff ` config.
11+ - Fix ` pyproject ` ` Ruff ` conf warnings.
12+ - Updated ` countries.json ` and ` municipalities.json ` data.
13+ - Bump requirements and pre-commit hooks.
14+
15+ ## [ 0.10.0] ( https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.10.0 ) - 2024-02-19
16+ - Fix validation error with valid code. #162 (#163 )
17+ - Fix typing errors.
18+ - Fix ` pyproject ` warnings.
19+ - Avoid wrong birthplace code error (when birthdate falls in missing date-range in the data-source even if birthplace code is valid).
20+ - Remove timezone info from datetimes.
21+ - Improve tests.
22+ - Bump requirements and pre-commit hooks.
23+
724## [ 0.9.1] ( https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.9.1 ) - 2024-02-15
825- Allow access to data files when running in a frozen environment (eg. executable). #152
926- Bump requirements and pre-commit hooks.
Original file line number Diff line number Diff line change 77__email__ = "fabio.caccamo@gmail.com"
88__license__ = "MIT"
99__title__ = "codicefiscale"
10- __version__ = "0.9 .1"
10+ __version__ = "0.10 .1"
You can’t perform that action at this time.
0 commit comments