Skip to content

Commit

Permalink
Release v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jul 25, 2018
1 parent 5fa59c7 commit 84367d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v0.2.0 (2018-07-25)
-------------------

- Rename ``Collection`` to ``List``. (**breaking change**)
- Rename ``Object`` to ``Dict``. (**breaking change**)
- Allow ``collections.abc.Mapping`` objects to be valid ``Dict`` objects.
Expand Down
2 changes: 1 addition & 1 deletion src/schemable/__version__.py
@@ -1,4 +1,4 @@
"""Project version information.
"""

__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit 84367d1

Please sign in to comment.