Skip to content

Commit cb9cfa2

Browse files
committed
Update CHANGELOG and version.
1 parent 3542477 commit cb9cfa2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.11.2](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.11.2) - 2026-01-08
8+
- Fix `pipx` support. #245
9+
710
## [0.11.1](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.11.1) - 2026-01-07
811
- Add `pipx` support. #245
912
- Bump actions.

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

0 commit comments

Comments
 (0)