File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.23.1 (3.9.2016)
2
+
3
+ * Routes are kept in order for swagger docs, Fixes [ #138 ] ( https://github.com/metosin/compojure-api/issues/138 ) .
4
+
1
5
## 0.23.0 (1.9.2016)
2
6
3
7
* Ring-swagger 0.21.0
Original file line number Diff line number Diff line change 1
- (defproject metosin /compojure-api " 0.23.0 "
1
+ (defproject metosin /compojure-api " 0.23.1 "
2
2
:description " Compojure Api"
3
3
:url " https://github.com/metosin/compojure-api"
4
4
:license {:name " Eclipse Public License"
34
34
[midje " 1.7.0" ]
35
35
[metosin/scjsv " 0.2.0" ]
36
36
[com.stuartsierra/component " 0.2.3" ]
37
- [reloaded.repl " 0.1 .0" ]
37
+ [reloaded.repl " 0.2 .0" ]
38
38
[http-kit " 2.1.19" ]]
39
39
:ring {:handler examples.thingie/app
40
40
:reload-paths [" src" " examples/src" ]}
You can’t perform that action at this time.
0 commit comments