Skip to content

Commit

Permalink
Updated version and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Jan 7, 2020
1 parent 2e79c9a commit 2affb8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.14.1) - 2020-01-07
- Fixed `keypath_separator` value in instances returned by `copy`, `clone`, `filter`, `flatten`, `invert`, `subset` methods. #4
- Fixed `get` doesn't work when the key is a list with one element. #5
- Fixed `pickle` `AttributeError`. #6

## [0.14.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.14.0) - 2019-12-18
- Added docstrings to methods. #2
- Added test case for stackoverflow answered questions.
Expand Down
2 changes: 1 addition & 1 deletion benedict/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
__email__ = '[email protected]'
__license__ = 'MIT'
__title__ = 'benedict'
__version__ = '0.14.0'
__version__ = '0.14.1'

0 comments on commit 2affb8a

Please sign in to comment.