Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Nov 8, 2015
1 parent 6ef772e commit 653fd65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
## Unreleased
## 0.24.0 (8.11.2015)

- **BREAKING**: Dropped support for Clojure 1.6
- **BREAKING**: Supports and depends on Schema 1.0.
- Uses upstream [ring-middleware-format](https://github.com/ngrunwald/ring-middleware-format)
instead of Metosin fork.
- Uses now [linked](https://github.com/frankiesardo/linked) instead of
[ordered](https://github.com/amalloy/ordered) for maps where order matters
[ordered](https://github.com/amalloy/ordered) for maps where order matters.
- `swagger-ui` now supports passing arbitrary options to `SwaggerUI`
([metosin/ring-swagger#67](https://github.com/metosin/ring-swagger/issues/67))
([metosin/ring-swagger#67](https://github.com/metosin/ring-swagger/issues/67)).
* Updated deps:

```clojure
[prismatic/schema "1.0.3"] is available but we use "0.4.4"
[prismatic/plumbing "0.5.1] is available but we use "0.4.4"
[metosin/schema-tools "0.6.2"] is available but we use "0.5.2"
[metosin/schema-tools "0.7.0"] is available but we use "0.5.2"
[metosin/ring-swagger "0.22.0"] is available but we use "0.21.0"
[metosin/ring-swagger-ui "2.1.3-2"] is available but we use "2.1.2"
```
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/compojure-api "0.24.0-SNAPSHOT"
(defproject metosin/compojure-api "0.24.0"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand All @@ -13,8 +13,8 @@
[org.tobereplaced/lettercase "1.0.0"]
[frankiesardo/linked "1.2.6"]
[metosin/ring-http-response "0.6.5"]
[metosin/ring-swagger "0.22.0-SNAPSHOT"]
[metosin/schema-tools "0.7.0-SNAPSHOT"]
[metosin/ring-swagger "0.22.0"]
[metosin/schema-tools "0.7.0"]
[ring-middleware-format "0.7.0"]
[backtick "0.3.3"]
[metosin/ring-swagger-ui "2.1.3-2"]]
Expand Down

0 comments on commit 653fd65

Please sign in to comment.