Updated CHANGELOG and version.

This commit is contained in:
Fabio Caccamo 2021-08-01 12:12:22 +02:00
parent e8ccb7270e
commit 8e7814cbe7
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.24.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.24.1) - 2021-08-01
- Fixed `json.dumps()` when `benedict` is initialized with an empty dict. #57
## [0.24.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.24.0) - 2021-05-04 ## [0.24.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.24.0) - 2021-05-04
- Added `ini` format support. #36 #40 - Added `ini` format support. #36 #40
- Added `python 3.9` to CI (tox, travis and GitHub actions). - Added `python 3.9` to CI (tox, travis and GitHub actions).

View File

@ -6,4 +6,4 @@ __description__ = 'python-benedict is a dict subclass with keylist/keypath suppo
__email__ = 'fabio.caccamo@gmail.com' __email__ = 'fabio.caccamo@gmail.com'
__license__ = 'MIT' __license__ = 'MIT'
__title__ = 'benedict' __title__ = 'benedict'
__version__ = '0.24.0' __version__ = '0.24.1'