Skip to content

Commit 0eabbc7

Browse files
committed
Update CHANGELOG and version.
1 parent 195ed03 commit 0eabbc7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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

77

8+
## [0.25.4](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.25.4) - 2022-09-06
9+
- Fix `toml` encoding circular reference error. #110
10+
811
## [0.25.3](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.25.3) - 2022-08-23
912
- Fix set dict item value in list. #109
1013

benedict/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
__email__ = "fabio.caccamo@gmail.com"
1111
__license__ = "MIT"
1212
__title__ = "benedict"
13-
__version__ = "0.25.3"
13+
__version__ = "0.25.4"

0 commit comments

Comments
 (0)