Skip to content

Commit

Permalink
release/0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Smith committed Apr 3, 2020
1 parent 45c36bf commit 542ca50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Types of changes are:
* **Fixed** for any bug fixes.

## [Unreleased]

## [0.6.0] - 2020-04-03
### Added
* Added support for `not` keyword.
* Added support for "tuple" definition of `items` keyword.
Expand Down Expand Up @@ -165,7 +167,8 @@ Types of changes are:
## [0.0.0]
Nothing here.

[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.5.0..HEAD
[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.6.0..HEAD
[0.6.0]: http://github.com/jacksmith15/statham-schema/compare/0.5.0..0.6.0
[0.5.0]: http://github.com/jacksmith15/statham-schema/compare/0.4.0..0.5.0
[0.4.0]: http://github.com/jacksmith15/statham-schema/compare/0.3.0..0.4.0
[0.3.0]: http://github.com/jacksmith15/statham-schema/compare/0.2.0..0.3.0
Expand Down
2 changes: 1 addition & 1 deletion statham/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 542ca50

Please sign in to comment.