Update `CHANGELOG` and version.
This commit is contained in:
parent
195ed03ae1
commit
0eabbc7d07
|
@ -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
|
||||
|
||||
|
|
|
@ -10,4 +10,4 @@ __description__ = (
|
|||
__email__ = "fabio.caccamo@gmail.com"
|
||||
__license__ = "MIT"
|
||||
__title__ = "benedict"
|
||||
__version__ = "0.25.3"
|
||||
__version__ = "0.25.4"
|
||||
|
|
Loading…
Reference in New Issue