Skip to content

Commit c5b1e90

Browse files
committed
Update CHANGELOG and version.
1 parent 26e5ef9 commit c5b1e90

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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.

codicefiscale/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__email__ = "fabio.caccamo@gmail.com"
88
__license__ = "MIT"
99
__title__ = "codicefiscale"
10-
__version__ = "0.9.1"
10+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)