Skip to content

Commit c3c5046

Browse files
authored
Update CHANGELOG.md
1 parent caf78d0 commit c3c5046

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ 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.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
88
- Manage correctly deleted countries. #36
99
- Replace `flake8` with `Ruff`.
1010
- Switch from `setup.cfg` to `pyproject.toml`.
1111
- Improve code quality.
1212
- Bump requirements.
1313

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
1515
- Fix encoding/decoding error when year of birth (excluding century) < 10 (eg. 2004). #79
1616
- Improve error message for invalid birthplace codes.
1717
- Refactor tests and move each issue test to its own test case.
1818
- Update pre-commit hooks. (#80)
1919

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
2121
- Add command line usage support. #14 (#78)
2222
- Rename arguments and output variable names: `name` -> `firstname` and `surname` -> `lastname`.
2323

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
2525
- Add `setup.cfg` (`setuptools` declarative syntax) generated using `setuptools-py2cfg`.
2626
- Add `pyupgrade` to `pre-commit` config.
2727
- Remove `tests/` from dist.

0 commit comments

Comments
 (0)