Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fotinakis committed Nov 22, 2016
1 parent 0c13a42 commit 0b18ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ end

#### Reducing boilerplate

To create reusable parameters, please see [parameter referencing](#parameter-referencing)
To create reusable parameters, please see [parameter referencing](#parameter-referencing).

Most APIs have some common responses for 401s, 404s, etc. Rather than declaring these responses over and over, you can create a reusable module.

Expand Down Expand Up @@ -471,6 +471,7 @@ Throw a ★ on it! :)

## Release notes

* v1.4.0: Allow parameters to be defined once in swagger_root and reused.
* v1.3.4: Fix support for fully-qualified URIs in `$ref` values.
* v1.3.3: Bugfix to allow `parameter` inside `swagger_path`.
* v1.3.2: Bugfix to allow `property` inside `items` for rare extended schema uses.
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.4'
VERSION = '1.4.0'
end
end

0 comments on commit 0b18ba6

Please sign in to comment.