All Versions
25
Latest Version
Avg Release Cycle
131 days
Latest Release
66 days ago

Changelog History
Page 1

  • v0.11.3 Changes

    January 16, 2026
    • 🛠 Fix problem with municipalities that have the same slugified name: e.g., Paternò (CT) vs Paterno (PZ). #246
  • v0.11.2 Changes

    January 08, 2026
    • 🛠 Fix pipx support. #245
  • v0.11.1 Changes

    January 07, 2026
    • ➕ Add pipx support. #245
    • ⬆️ Bump actions.
  • v0.11.0 Changes

    December 10, 2025
    • ➕ Add Python 3.14 support.
    • 🛠 Fix birthplace encoding/decoding when the municipality has been created after the birthdate. #210 #213
    • 🛠 Fix decoding for people over 100 years old. #203
    • ⚡️ Update countries and municipalities data.
    • ⬆️ Bump requirements and pre-commit hooks.
  • v0.10.4 Changes

    August 26, 2025
    • ⚡️ Update countries and municipalities data.
    • ⬆️ Bump requirements and pre-commit hooks.
  • v0.10.3 Changes

    September 30, 2024
    • ➕ Add missing country and municipalities. (by @tommysolinas in #198)
    • ➕ Add pypy-3.10 to test matrix.
  • v0.10.2 Changes

    September 20, 2024
    • ⚡️ Updated countries.json and municipalities.json data.
    • ➕ Added missing country to countries-patch.json. (by @tommysolinas in #195)
    • ➕ Added missing municipalities to municipalities-patch.json. (by @tommysolinas in #194)
    • ⬆️ Bump requirements and pre-commit hooks.
  • v0.10.1 Changes

    June 06, 2024
    • ➕ 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.
  • v0.9.1 Changes

    February 15, 2024
    • 👍 Allow access to data files when running in a frozen environment (eg. executable). #152
    • ⬆️ Bump requirements and pre-commit hooks.
  • v0.9.0 Changes

    November 06, 2023
    • ➕ Add Python 3.12 support.
    • ➕ Add possibility to validate code from the command line, eg. python -m codicefiscale validate {code}.
    • ➕ Add codicefiscale.data module with methods for exposing data.
    • ⬆️ Bump requirements, pre-commit hooks and actions.