Skip to content

Commit 053b130

Browse files
committed
fixes metosin#79, update deps, bump up version
1 parent 5d8a658 commit 053b130

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.19.3 (9.4.2015)
2+
- Fixed [#79](https://github.com/metosin/compojure-api/issues/79) by [Jon Eisen](https://github.com/yanatan16)
3+
4+
- updated deps:
5+
6+
```clojure
7+
[prismatic/plumbing "0.4.2"] is available but we use "0.4.1"
8+
[potemkin "0.3.13"] is available but we use "0.3.12"
9+
[compojure "1.3.3"] is available but we use "1.3.2"
10+
[metosin/ring-swagger "0.19.4"] is available but we use "0.19.3"
11+
```
12+
113
## 0.19.2 (31.3.2015)
214

315
- Compatibility with swagger-ui `2.1.0-M2` - `[metosin/ring-swagger-ui "2.1.0-M2-2]`

project.clj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
(defproject metosin/compojure-api "0.19.2"
1+
(defproject metosin/compojure-api "0.19.3"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"
66
:distribution :repo
77
:comments "same as Clojure"}
88
:dependencies [[org.clojure/clojure "1.6.0"]
9-
[prismatic/plumbing "0.4.1"]
10-
[potemkin "0.3.12"]
9+
[prismatic/plumbing "0.4.2"]
10+
[potemkin "0.3.13"]
1111
[cheshire "5.4.0"]
12-
[compojure "1.3.2"]
12+
[compojure "1.3.3"]
1313
[prismatic/schema "0.4.0"]
1414
[org.tobereplaced/lettercase "1.0.0"]
1515
[metosin/ring-http-response "0.6.1"]
16-
[metosin/ring-swagger "0.19.3"]
16+
[metosin/ring-swagger "0.19.4"]
1717
[metosin/ring-middleware-format "0.6.0"]]
1818
:profiles {:thingie {:ring {:handler examples.thingie/app
1919
:reload-paths ["src" "examples/src"]}

0 commit comments

Comments
 (0)