Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Mar 2, 2015
1 parent b219833 commit b70a219
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 0.18.0 (2.3.2015)
- fixed Swagger 2.0 response bug #29
- fixed Swagger 2.0 response bug [#29](https://github.com/metosin/ring-swagger/issues/29)
- `ring.swagger.swagger2/swagger-json` now takes an optional extra argument, the Options-map
with options `:ignore-missing-mappings?` & `:default-response-description-fn`
- ensured that ignoring missing mappings works for both body- & non-body parameters
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/ring-swagger "0.18.0-SNAPSHOT"
(defproject metosin/ring-swagger "0.18.0"
:description "Swagger Spec for Ring Apps"
:url "https://github.com/metosin/ring-swagger"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion test/ring/swagger/swagger2_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
(fact "with :ignore-missing-mappings errors (and mappings) are ignored"
(validate swagger {:ignore-missing-mappings? true}) => nil))))

(facts "empty-responses-messages?"
(facts "handling empty responses"
(let [swagger {:paths {"/hello" {:post {:responses {200 nil
425 nil
500 {:description "FAIL"}}}}}}]
Expand Down

0 comments on commit b70a219

Please sign in to comment.