Skip to content

Commit

Permalink
Dictdiffer v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <[email protected]>
  • Loading branch information
jirikuncar authored and tiborsimko committed Sep 29, 2014
1 parent 4fb2ab7 commit 0b4ce9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Version 0.2.0 (released 2014-09-29):

- Fix for empty list instructions. (#30)
- Regression test for empty list instructions.

Version 0.1.0 (released 2014-09-01):

- Fix for list removal issues during patching caused by wrong
Expand Down
20 changes: 5 additions & 15 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
===============================
Dictdiffer v0.1.0 is released
Dictdiffer v0.2.0 is released
===============================

Dictdiffer v0.1.0 was released on September 1, 2014.
Dictdiffer v0.2.0 was released on September 29, 2014.

About
-----

Dictdiffer is a helper module that helps you to diff and patch
dictionaries.

Dictdiffer was originally developed by Fatih Erikli. It is now being
maintained by the Invenio collaboration.

What's new
----------

- Fix for list removal issues during patching caused by wrong
iteration. (#10)
- Fix for issues with multiple value types for the same key. (#10)
- Fix for issues with strings handled as iterables. (#6)
- Fix for integer keys. (#12)
- Regression test for complex dictionaries. (#4)
- Better testing with Travis CI, tox, pytest, code coverage. (#10)
- Initial release of documentation on ReadTheDocs. (#21 #24)
- Support for Python 3. (#15)
- Fix for empty list instructions. (#30)
- Regression test for empty list instructions.

Installation
------------
Expand All @@ -34,7 +24,7 @@ Installation
Documentation
-------------

http://dictdiffer.readthedocs.org/en/v0.1.0
http://dictdiffer.readthedocs.org/en/v0.2.0

Good luck and thanks for using Dictdiffer.

Expand Down
2 changes: 1 addition & 1 deletion dictdiffer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.1.1.dev20140901"
__version__ = "0.2.0"

0 comments on commit 0b4ce9f

Please sign in to comment.