Skip to content

Commit 4739888

Browse files
committed
Update CHANGELOG and version.
1 parent 2787045 commit 4739888

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.12.0](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.12.0) - 2026-04-17
8+
- Add `firstname_options` field to `decode()` output with list of possible Italian first names. (#253)
9+
- Add lazy loading optimization for indexed data with global caching.
10+
- Bump requirements.
11+
712
## [0.11.4](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.11.4) - 2026-04-12
813
- Add missing country data. #249
914
- Update municipalities data.

src/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.11.4"
10+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)