Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Nov 11, 2014
1 parent 18948ee commit 75f8320
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.14.1 (11.10.2014)

- support for `s/Named`
- use `[org.tobereplaced/lettercase "1.0.0"]` in favour of `[camel-snake-kebab "0.2.5"]`
- update deps:
```clojure
[prismatic/schema "0.3.2"] is available but we use "0.3.1"
```

## 0.14.0 (29.10.2014)

- support for `java.lang.Number`, `java.lang.Integer`, `s/Num`
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ In namespace `ring.swagger.schema` there are some helpers for creating the schem
| `(s/enum X Y Z)` | *type of X*, enum(X,Y,Z)
| `(s/maybe X)` | *type of X*
| `(s/both X Y Z)` | *type of X*
| `(s/named X name)` | *type of X*
| `(s/recursive Var)` | *Ref to (model) Var*
| `(s/eq X)` | *type of class of X*
| `(s/optional-key X)` | *optional key*
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.14.0"
(defproject metosin/ring-swagger "0.14.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 75f8320

Please sign in to comment.