Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fotinakis committed Mar 29, 2016
1 parent eb71374 commit d1a885b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ Throw a ★ on it! :)

## Release notes

* v1.3.3: Bugfix to allow `parameter` inside `swagger_path`.
* v1.3.2: Bugfix to allow `property` inside `items` for rare extended schema uses.
* v1.3.1: Bugfix to allow nested objects via `property` nested in `property`.
* v1.3.0: Added support for condensed syntax via inline keys on every block.
Expand Down
2 changes: 1 addition & 1 deletion lib/swagger/blocks/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Swagger
module Blocks
VERSION = '1.3.2'
VERSION = '1.3.3'
end
end

0 comments on commit d1a885b

Please sign in to comment.