Skip to content

Commit

Permalink
Update CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Apr 8, 2023
1 parent 68c3edb commit caf78d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.8.0) - 2023-04-09
- Manage correctly deleted countries. #36
- Replace `flake8` with `Ruff`.
- Switch from `setup.cfg` to `pyproject.toml`.
- Improve code quality.
- Bump requirements.

## [0.7.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.7.1) - 2023-03-30
- Fix encoding/decoding error when year of birth (excluding century) < 10 (eg. 2004). #79.
- Fix encoding/decoding error when year of birth (excluding century) < 10 (eg. 2004). #79
- Improve error message for invalid birthplace codes.
- Refactor tests and move each issue test to its own test case.
- Update pre-commit hooks. (#80)
Expand Down
2 changes: 1 addition & 1 deletion codicefiscale/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
__email__ = "[email protected]"
__license__ = "MIT"
__title__ = "codicefiscale"
__version__ = "0.7.1"
__version__ = "0.8.0"

0 comments on commit caf78d0

Please sign in to comment.