@@ -4,24 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.8.0] ( https://github.com/fabiocaccamo/python-benedict /releases/tag/0.8.0 ) - 2023-04-09
7
+ ## [ 0.8.0] ( https://github.com/fabiocaccamo/python-codicefiscale /releases/tag/0.8.0 ) - 2023-04-09
8
8
- Manage correctly deleted countries. #36
9
9
- Replace ` flake8 ` with ` Ruff ` .
10
10
- Switch from ` setup.cfg ` to ` pyproject.toml ` .
11
11
- Improve code quality.
12
12
- Bump requirements.
13
13
14
- ## [ 0.7.1] ( https://github.com/fabiocaccamo/python-benedict /releases/tag/0.7.1 ) - 2023-03-30
14
+ ## [ 0.7.1] ( https://github.com/fabiocaccamo/python-codicefiscale /releases/tag/0.7.1 ) - 2023-03-30
15
15
- Fix encoding/decoding error when year of birth (excluding century) < 10 (eg. 2004). #79
16
16
- Improve error message for invalid birthplace codes.
17
17
- Refactor tests and move each issue test to its own test case.
18
18
- Update pre-commit hooks. (#80 )
19
19
20
- ## [ 0.7.0] ( https://github.com/fabiocaccamo/python-benedict /releases/tag/0.7.0 ) - 2023-03-27
20
+ ## [ 0.7.0] ( https://github.com/fabiocaccamo/python-codicefiscale /releases/tag/0.7.0 ) - 2023-03-27
21
21
- Add command line usage support. #14 (#78 )
22
22
- Rename arguments and output variable names: ` name ` -> ` firstname ` and ` surname ` -> ` lastname ` .
23
23
24
- ## [ 0.6.1] ( https://github.com/fabiocaccamo/python-benedict /releases/tag/0.6.1 ) - 2023-01-12
24
+ ## [ 0.6.1] ( https://github.com/fabiocaccamo/python-codicefiscale /releases/tag/0.6.1 ) - 2023-01-12
25
25
- Add ` setup.cfg ` (` setuptools ` declarative syntax) generated using ` setuptools-py2cfg ` .
26
26
- Add ` pyupgrade ` to ` pre-commit ` config.
27
27
- Remove ` tests/ ` from dist.
0 commit comments