Skip to content

Commit

Permalink
Releasing 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethbrite committed Apr 13, 2017
1 parent 8e96878 commit 9e206bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
==========

1.3.0 (2017-04-13)
------------------
- Add validation and description funcionality to fields for introspection
- Now compatible with Python 3

1.2.0 (2017-02-06)
------------------
- errors() now returns Error instances instead of error message strings
Expand All @@ -11,14 +16,13 @@ Changelog
- Float inherits methods from Integer
- @validate_call / @validate_method decorators preserve meta by using funtools.wraps


1.1.0 (2016-10-25)
------------------
- new types: Temporal, Tuple, ObjectInstance, SchemalessDictionary
- renamed 'collections' to 'structures' to avoid name clash

1.0.0 (2016-10-04)
------------------
- Initial release
- validation marker
- @validate_method decorator
1.0.0 (2016-10-04)
------------------
- Initial release
- validation marker
- @validate_method decorator
2 changes: 1 addition & 1 deletion conformity/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit 9e206bc

Please sign in to comment.