This commit is contained in:
Peter Taoussanis 2015-06-26 12:47:01 +07:00
parent cdf46f3558
commit 31872bc830
3 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,17 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v4.0.2 / 2015 June 26
> This is a minor, non-breaking bug fix release
* **Fix**: broken v4 3rd-party appender: rotor [#105 #107 @yogthos]
* **Fix**: broken tools.logging support [#110 @Guthur]
```clojure
[com.taoensso/timbre "4.0.2"]
```
## v4.0.1 / 2015 June 13
> This is a minor, non-breaking feature release

View File

@ -1,7 +1,7 @@
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]:
```clojure
[com.taoensso/timbre "4.0.1"] ; BREAKING, please see CHANGELOG for details
[com.taoensso/timbre "4.0.2"] ; BREAKING, please see CHANGELOG for details
[com.taoensso/timbre "3.4.0"] ; Legacy
```
@ -36,7 +36,7 @@ Timbre offers an alternative **all Clojure/Script** logging experience that's fa
Add the necessary dependency to your [Leiningen][] `project.clj` and use the supplied ns-import helper:
```clojure
[com.taoensso/timbre "4.0.1"] ; Add to your project.clj :dependencies
[com.taoensso/timbre "4.0.2"] ; Add to your project.clj :dependencies
(ns my-clj-ns ; Clj ns => use `:refer`
(:require

View File

@ -1,4 +1,4 @@
(defproject com.taoensso/timbre "4.0.1"
(defproject com.taoensso/timbre "4.0.2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure/Script logging & profiling library"
:url "https://github.com/ptaoussanis/timbre"