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,12 @@ 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.12.1] ( https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.12.1 ) - 2026-05-08
8+ - Add missing country data (Georgia, code Z136). #261
9+ - Update countries and municipalities data.
10+ - Bump requirements and pre-commit hooks.
11+ - Bump actions.
12+
713## [ 0.12.0] ( https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.12.0 ) - 2026-04-17
814- Add ` firstname_options ` field to ` decode() ` output with list of possible Italian first names. (#253 )
915- Add lazy loading optimization for indexed data with global caching.
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.12.0 "
10+ __version__ = "0.12.1 "
You can’t perform that action at this time.
0 commit comments