Skip to content

Commit 15d3a93

Browse files
committed
Update CHANGELOG and version.
1 parent 8e6d59e commit 15d3a93

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.9.0](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.9.0) - 2023-11-06
8+
- Add `Python 3.12` support.
9+
- Add possibility to validate code from the command line, eg. `python -m codicefiscale validate {code}`.
10+
- Add `codicefiscale.data` module with methods for exposing data.
11+
- Bump requirements, pre-commit hooks and actions.
12+
713
## [0.8.2](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.8.2) - 2023-10-02
814
- Patch some wrong municipalities data. #123
915

codicefiscale/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__email__ = "[email protected]"
88
__license__ = "MIT"
99
__title__ = "codicefiscale"
10-
__version__ = "0.8.2"
10+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)