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 Sep 30, 2024
1 parent 08d3ead commit 628d3fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ 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.3](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.10.3) - 2024-09-30
- Add missing country and municipalities. (by [@tommysolinas](https://github.com/tommysolinas) in #198)
- Add `pypy-3.10` to test matrix.

## [0.10.2](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.10.2) - 2024-09-20
- Updated `countries.json` and `municipalities.json` data.
- Added missing country to `countries-patch.json`. (by [@tommysolinas](https://github.com/tommysolinas) in #195)
- Added missing municipalities to `municipalities-patch.json`. (by [@tommysolinas](https://github.com/tommysolinas) in #194)
- Update `countries.json` and `municipalities.json` data.
- Add missing country to `countries-patch.json`. (by [@tommysolinas](https://github.com/tommysolinas) in #195)
- Add missing municipalities to `municipalities-patch.json`. (by [@tommysolinas](https://github.com/tommysolinas) in #194)
- Bump requirements and `pre-commit` hooks.

## [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.
- Update `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
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.10.2"
__version__ = "0.10.3"

0 comments on commit 628d3fe

Please sign in to comment.