Skip to content

Commit 4546a0f

Browse files
committed
0.23.1 with fix for keeping the routes in order
1 parent 4b1ed7e commit 4546a0f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
## 0.23.0 (1.9.2016)
26

37
* Ring-swagger 0.21.0

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/compojure-api "0.23.0"
1+
(defproject metosin/compojure-api "0.23.1"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"
@@ -34,7 +34,7 @@
3434
[midje "1.7.0"]
3535
[metosin/scjsv "0.2.0"]
3636
[com.stuartsierra/component "0.2.3"]
37-
[reloaded.repl "0.1.0"]
37+
[reloaded.repl "0.2.0"]
3838
[http-kit "2.1.19"]]
3939
:ring {:handler examples.thingie/app
4040
:reload-paths ["src" "examples/src"]}

0 commit comments

Comments
 (0)