Skip to content

Commit 0114149

Browse files
committed
Bump up version & deps
1 parent 1be60f8 commit 0114149

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## 0.24.3 (13.12.2015)
1+
## 0.24.3 (14.12.2015)
22

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

68
* Updated deps:
79

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/compojure-api "0.24.2"
1+
(defproject metosin/compojure-api "0.24.3"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"
@@ -46,7 +46,7 @@
4646
:main examples.server}
4747
:perf {:jvm-opts ^:replace []}
4848
:logging {:dependencies [[org.clojure/tools.logging "0.3.1"]]}
49-
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-RC2"]]}}
49+
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-RC3"]]}}
5050
:eastwood {:namespaces [:source-paths]
5151
:add-linters [:unused-namespaces]}
5252
:codeina {:sources ["src"]

0 commit comments

Comments
 (0)