Skip to content

Commit b055841

Browse files
committed
bump up version
1 parent 5cf2f58 commit b055841

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.19.2 (31.3.2015)
2+
3+
- Compatibility with swagger-ui `2.1.0-M2` - `[metosin/ring-swagger-ui "2.1.0-M2-2]`
4+
- updated deps:
5+
```clojure
6+
[metosin/ring-swagger "0.19.3"] is available but we use "0.19.2"
7+
```
8+
19
## 0.19.1 (31.3.2015)
210
- avoid reflection fixes by [Michael Blume](https://github.com/MichaelBlume)
311
- one can now wrap body & response-models in predicates and get the swagger docs out:

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.19.1"
1+
(defproject metosin/compojure-api "0.19.2"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"
@@ -13,13 +13,13 @@
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.2"]
16+
[metosin/ring-swagger "0.19.3"]
1717
[metosin/ring-middleware-format "0.6.0"]]
1818
:profiles {:thingie {:ring {:handler examples.thingie/app
1919
:reload-paths ["src" "examples/src"]}
2020
:source-paths ["examples/src"]
2121
:main examples.server
22-
:dependencies [[metosin/ring-swagger-ui "2.1.8-M1"]
22+
:dependencies [[metosin/ring-swagger-ui "2.1.0-M2-2"]
2323
[http-kit "2.1.19"]]}
2424
:uberjar {:aot :all}
2525
:dev {:ring {:handler examples.handler/app}

0 commit comments

Comments
 (0)