Skip to content

Commit 9629ff8

Browse files
committed
Release 0.22.0
1 parent a1aeedd commit 9629ff8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.22.0 (8.11.2015)
22

33
- **BREAKING**: Dropped support for Clojure 1.6
44
- **BREAKING**: Supports and depends on Schema 1.0.
@@ -11,7 +11,7 @@ now supports passing arbitrary options to `SwaggerUI`
1111
- updated dependencies:
1212

1313
```clojure
14-
[metosin/schema-tools "0.6.2"] is available but we use "0.5.2"
14+
[metosin/schema-tools "0.7.0"] is available but we use "0.5.2"
1515
[prismatic/schema "1.0.3"] is available but we use "0.4.4"
1616
[prismatic/plumbing "0.5.1"] is available but we use "0.4.4"
1717
```

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/ring-swagger "0.22.0-SNAPSHOT"
1+
(defproject metosin/ring-swagger "0.22.0"
22
:description "Swagger Spec for Ring Apps"
33
:url "https://github.com/metosin/ring-swagger"
44
:license {:name "Eclipse Public License"
@@ -8,7 +8,7 @@
88
:dependencies [[cheshire "5.5.0"]
99
[slingshot "0.12.2"]
1010
[metosin/ring-http-response "0.6.5"]
11-
[metosin/schema-tools "0.7.0-SNAPSHOT"]
11+
[metosin/schema-tools "0.7.0"]
1212
[prismatic/schema "1.0.3"]
1313
[prismatic/plumbing "0.5.1"]
1414
[clj-time "0.11.0"]
@@ -20,7 +20,7 @@
2020
[lein-midje "3.2"]
2121
[funcool/codeina "0.3.0"]]
2222
:dependencies [[org.clojure/clojure "1.7.0"]
23-
[midje "1.8.2"]
23+
[midje "1.8.1"]
2424
[ring-mock "0.1.5"]
2525
[metosin/scjsv "0.2.0"]
2626
[metosin/ring-swagger-ui "2.1.3-2"]

0 commit comments

Comments
 (0)