Skip to content

Commit

Permalink
Update CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Jun 6, 2024
1 parent 26e5ef9 commit c5b1e90
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.1](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.10.1) - 2024-06-06
- Add `mypy` to `pre-commit`.
- Update `mypy` config.
- Update `tool.ruff` config.
- Fix `pyproject` `Ruff` conf warnings.
- Updated `countries.json` and `municipalities.json` data.
- Bump requirements and pre-commit hooks.

## [0.10.0](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.10.0) - 2024-02-19
- Fix validation error with valid code. #162 (#163)
- Fix typing errors.
- Fix `pyproject` warnings.
- Avoid wrong birthplace code error (when birthdate falls in missing date-range in the data-source even if birthplace code is valid).
- Remove timezone info from datetimes.
- Improve tests.
- Bump requirements and pre-commit hooks.

## [0.9.1](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.9.1) - 2024-02-15
- Allow access to data files when running in a frozen environment (eg. executable). #152
- Bump requirements and pre-commit hooks.
Expand Down
2 changes: 1 addition & 1 deletion codicefiscale/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
__email__ = "fabio.caccamo@gmail.com"
__license__ = "MIT"
__title__ = "codicefiscale"
__version__ = "0.9.1"
__version__ = "0.10.1"

0 comments on commit c5b1e90

Please sign in to comment.