Hotfix v3.2.1: Bump Encore dependency (fix missing tools.reader)

This commit is contained in:
Peter Taoussanis 2014-05-07 12:48:27 +07:00
parent a135267ed1
commit a2e5121118
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
## v3.2.1 / 2014 May 7
* **FIX**: missing tools.reader upstream dependency (@ducky427).
## v3.2.0 / 2014 May 6
* [#60] **FIX**: `defnp` no longer generates an Eastwood warning (@ducky427).

View File

@ -1,7 +1,7 @@
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contributing](#contact--contributing) | current ([semantic][]) version:
```clojure
[com.taoensso/timbre "3.2.0"] ; Stable
[com.taoensso/timbre "3.2.1"] ; Stable
```
v3 is a **major, backwards-compatible release**. Please see the [CHANGELOG][] for details. Appender authors: please see [here](https://github.com/ptaoussanis/timbre/issues/41) about migrating Timbre 2.x appenders to 3.x's recommended style.

View File

@ -1,4 +1,4 @@
(defproject com.taoensso/timbre "3.2.0"
(defproject com.taoensso/timbre "3.2.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure logging & profiling library"
:url "https://github.com/ptaoussanis/timbre"
@ -11,7 +11,7 @@
*assert* true}
:dependencies
[[org.clojure/clojure "1.4.0"]
[com.taoensso/encore "1.5.0"]
[com.taoensso/encore "1.5.1"]
[io.aviso/pretty "0.1.10"]]
:test-paths ["test" "src"]