Skip to content

Commit

Permalink
Release 0.22.1
Browse files Browse the repository at this point in the history
- Generate `(s/maybe s/Str)`-parameters of `s/Any` for non-body-parameters.
Fixes [#74](#74).
- Mappings for `s/Symbol` & `s/Inst`
- Use `:default` metadata of `optional-key`s set by Plumbing for Swagger
property `default` field.

```clojure
[prismatic/plumbing "0.5.2] is available but we use "0.5.1"
```
  • Loading branch information
ikitommi committed Nov 29, 2015
1 parent 220b6f0 commit 214302b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## ???
## 0.22.1 (29.11.2015)

- Generate `(s/maybe s/Str)`-parameters of `s/Any` for non-body-parameters. Fixes [#74](https://github.com/metosin/ring-swagger/issues/74).
- Mappings for `s/Symbol` & `s/Inst`
- Use `:default` metadata of `optional-key`s set by Plumbing for Swagger
property `default` field.

```clojure
[prismatic/plumbing "0.5.2] is available but we use "0.5.1"
```
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.22.1-SNAPSHOT"
(defproject metosin/ring-swagger "0.22.1"
:description "Swagger Spec for Ring Apps"
:url "https://github.com/metosin/ring-swagger"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 214302b

Please sign in to comment.