Update `CHANGELOG` and version.

This commit is contained in:
Fabio Caccamo 2022-09-06 13:12:21 +02:00
parent 195ed03ae1
commit 0eabbc7d07
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ 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.25.4](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.25.4) - 2022-09-06
- Fix `toml` encoding circular reference error. #110
## [0.25.3](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.25.3) - 2022-08-23
- Fix set dict item value in list. #109

View File

@ -10,4 +10,4 @@ __description__ = (
__email__ = "fabio.caccamo@gmail.com"
__license__ = "MIT"
__title__ = "benedict"
__version__ = "0.25.3"
__version__ = "0.25.4"