Skip to content

Commit

Permalink
release: v0.9.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet authored Jul 22, 2021
1 parent d2f84b7 commit 2cc6ff2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

Version 0.9.0 (released 2021-07-22)

- Adds absolute tolerance feature for floats (@adrien-berchet) (#152)
- Drops support of Python<3.5 (@adrien-berchet) (#160)
- Adds `assert_no_diff` helper to assist pytest users (@joesolly) (#153)
- Migrates CI to gh-actions (@ParthS007 @diegodelemos) (#145)
- Removes dependency on pkg_resources (@eldruin)

Version 0.8.1 (released 2019-12-13)

- Fix invalid diff output for sets. (@jirikuncar @danielduhh) (#133 #134)
Expand Down
2 changes: 1 addition & 1 deletion dictdiffer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# setup.py and docs/conf.py
"""Version information for dictdiffer package."""

__version__ = '0.8.2.dev10+dirty'
__version__ = '0.9.0'

0 comments on commit 2cc6ff2

Please sign in to comment.