File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- ## x.x.x (x.x.xxxx )
1
+ ## 0.11.3 (12.5.2014 )
2
2
3
3
- remove non-first trailing spaces from compojure-routes for swagger-docs.
4
+ - updated depedencies:
5
+ - ` [metosin/ring-swagger "0.8.7"] `
6
+ - ` [metosin/ring-swagger-ui "2.6.16-2"] `
7
+ - Moved swagger-ui handler to ring-swagger
4
8
5
9
## 0.11.2 (7.5.2014)
6
10
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Stuff on top of [Compojure](https://github.com/weavejester/compojure) for making
12
12
## Latest version
13
13
14
14
``` clojure
15
- [metosin/compojure-api " 0.11.2 " ]
15
+ [metosin/compojure-api " 0.11.3 " ]
16
16
```
17
17
18
18
## Sample application
Original file line number Diff line number Diff line change 1
- (defproject metosin /compojure-api " 0.11.2 "
1
+ (defproject metosin /compojure-api " 0.11.3 "
2
2
:description " Compojure Api"
3
3
:url " https://github.com/metosin/compojure-api"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments