Skip to content

Commit f0d85d2

Browse files
committed
bump up version
1 parent c889bdb commit f0d85d2

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.16.5 (21.11.2014)
2+
3+
- fix anonyous Body & Return model naming issue [56](https://github.com/metosin/compojure-api/issues/56) by [Michael Blume](https://github.com/MichaelBlume)
4+
- update deps:
5+
6+
```clojure
7+
[prismatic/schema "0.3.3"] is available but we use "0.3.2"
8+
[metosin/ring-http-response "0.5.2"] is available but we use "0.5.1"
9+
```
10+
111
## 0.16.4 (10.11.2014)
212

313
- use `[org.tobereplaced/lettercase "1.0.0"]` for camel-casing (see https://github.com/metosin/compojure-api-examples/issues/1#issuecomment-62580504)

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/compojure-api "0.16.4"
1+
(defproject metosin/compojure-api "0.16.5"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"
@@ -10,8 +10,8 @@
1010
[potemkin "0.3.11"]
1111
[cheshire "5.3.1"]
1212
[compojure "1.2.1"]
13-
[prismatic/schema "0.3.2"]
14-
[metosin/ring-http-response "0.5.1"]
13+
[prismatic/schema "0.3.3"]
14+
[metosin/ring-http-response "0.5.2"]
1515
[metosin/ring-swagger "0.14.1"]
1616
[org.tobereplaced/lettercase "1.0.0"]
1717
[ring-middleware-format "0.4.0"]]

0 commit comments

Comments
 (0)