Skip to content

Commit

Permalink
release: v0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Nov 22, 2016
1 parent f734ce5 commit 95d21e4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

Version 0.6.1 (released 2016-11-22)

- Changes order of items for REMOVE section of generated patches when
`swap` is called so the list items are removed from the end. (#85)
- Improves API documentation for `ignore` argument in `diff` function.
(#79)
- Executes doctests during PyTest invocation.

Version 0.6.0 (released 2016-06-22)

- Adds support for comparing NumPy arrays. (#68)
Expand Down
23 changes: 9 additions & 14 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,42 +1,37 @@
===================
Dictdiffer v0.6.0
Dictdiffer v0.6.1
===================

Dictdiffer v0.6.0 was released on June 22, 2016.
Dictdiffer v0.6.1 was released on November 22, 2016.

About
-----

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

New features
------------

- Adds support for comparing NumPy arrays. (#68)
- Adds support for comparing mutable mappings, sequences and sets from
`collections.abs` module. (#67)

Improved features
-----------------

- Updates package structure, sorts imports and runs doctests.
- Improves API documentation for `ignore` argument in `diff` function.
(#79)
- Executes doctests during PyTest invocation.

Bug fixes
---------

- Fixes order in which handled conflicts are unified so that the
Merger's unified_patches can be always applied.
- Changes order of items for REMOVE section of generated patches when
`swap` is called so the list items are removed from the end. (#85)

Installation
------------

$ pip install dictdiffer==0.6.0
$ pip install dictdiffer==0.6.1

Documentation
-------------

http://dictdiffer.readthedocs.io/en/v0.6.0
http://dictdiffer.readthedocs.io/en/v0.6.1

Happy hacking and thanks for flying 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.6.1.dev20160629"
__version__ = "0.6.1"

0 comments on commit 95d21e4

Please sign in to comment.