Updated version and CHANGELOG.
This commit is contained in:
parent
0abe713e84
commit
769cd8842d
|
@ -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/),
|
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.18.2](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.18.2) - 2020-09-02
|
||||||
|
- Added `find` method. #23
|
||||||
|
- Added `overwrite` option support to merge method. #24
|
||||||
|
- Fixed format auto-detection with unexpected extensions. #19
|
||||||
|
|
||||||
## [0.18.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.18.1) - 2020-03-13
|
## [0.18.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.18.1) - 2020-03-13
|
||||||
- Added data format auto-detection when creating instance with data from filepath or url.
|
- Added data format auto-detection when creating instance with data from filepath or url.
|
||||||
- Fixed `keypath_separator` support when using `from_{format}` methods.
|
- Fixed `keypath_separator` support when using `from_{format}` methods.
|
||||||
|
|
|
@ -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.18.1'
|
__version__ = '0.18.2'
|
||||||
|
|
Loading…
Reference in New Issue