This commit is contained in:
Peter Taoussanis 2015-12-27 09:51:42 +07:00
parent 936a8c6685
commit 08f92dc205
3 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,14 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v4.1.5 / 2015 Dec 27
> This is a hotfix release to help fix https://github.com/fzakaria/slf4j-timbre/issues/8
```clojure
[com.taoensso/timbre "4.1.5"]
```
## v4.1.4 / 2015 Sep 30
> This is a non-breaking hotfix 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.1.4"] ; Stable, see CHANGELOG for details
[com.taoensso/timbre "4.1.5"] ; Stable, see CHANGELOG for details
```
# Timbre, a (sane) Clojure/Script logging & profiling library
@ -39,7 +39,7 @@ Your link here? | **PR's welcome!**
Add the necessary dependency to your [Leiningen][] `project.clj` and `require` the necessary namespaces:
```clojure
[com.taoensso/timbre "4.1.4"] ; Add to your project.clj :dependencies
[com.taoensso/timbre "4.1.5"] ; 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.1.4"
(defproject com.taoensso/timbre "4.1.5"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure/Script logging & profiling library"
:url "https://github.com/ptaoussanis/timbre"