Skip to content

Commit

Permalink
Bump up version & deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Dec 14, 2015
1 parent 1be60f8 commit 0114149
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 0.24.3 (13.12.2015)
## 0.24.3 (14.12.2015)

* coercer-cache is now per Route instead beeing global and based on a FIFO size 100 cache. Avoids potential memory
leaks when using anonymous coercion matchers (which never hit the cache).
**[compare](https://github.com/metosin/compojure-api/compare/0.24.2...0.24.3)**

* coercer-cache is now per Route instead beeing global and based on a
FIFO size 100 cache. Avoids potential memory leaks when using anonymous coercion matchers (which never hit the cache).

* Updated deps:

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/compojure-api "0.24.2"
(defproject metosin/compojure-api "0.24.3"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand Down Expand Up @@ -46,7 +46,7 @@
:main examples.server}
:perf {:jvm-opts ^:replace []}
:logging {:dependencies [[org.clojure/tools.logging "0.3.1"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-RC2"]]}}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-RC3"]]}}
:eastwood {:namespaces [:source-paths]
:add-linters [:unused-namespaces]}
:codeina {:sources ["src"]
Expand Down

0 comments on commit 0114149

Please sign in to comment.