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 Sep 5, 2023
1 parent c5625f5 commit f750f3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.1](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.8.1) - 2023-09-05
- Merge fetched data with manually managed patch data. (#116)
- Update municipalities data source url.
- Bump requirements.

## [0.8.0](https://github.com/fabiocaccamo/python-codicefiscale/releases/tag/0.8.0) - 2023-04-09
- Manage correctly deleted countries. #36
- Replace `flake8` with `Ruff`.
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.8.0"
__version__ = "0.8.1"

0 comments on commit f750f3b

Please sign in to comment.