mirror of
https://github.com/status-im/timbre.git
synced 2025-01-16 14:54:58 +00:00
v4.1.5
This commit is contained in:
parent
936a8c6685
commit
08f92dc205
@ -1,5 +1,14 @@
|
|||||||
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
> 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
|
## v4.1.4 / 2015 Sep 30
|
||||||
|
|
||||||
> This is a non-breaking hotfix release
|
> This is a non-breaking hotfix release
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]:
|
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]:
|
||||||
|
|
||||||
```clojure
|
```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
|
# 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:
|
Add the necessary dependency to your [Leiningen][] `project.clj` and `require` the necessary namespaces:
|
||||||
|
|
||||||
```clojure
|
```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`
|
(ns my-clj-ns ; Clj ns => use `:refer`
|
||||||
(:require
|
(:require
|
||||||
|
@ -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>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Clojure/Script logging & profiling library"
|
:description "Clojure/Script logging & profiling library"
|
||||||
:url "https://github.com/ptaoussanis/timbre"
|
:url "https://github.com/ptaoussanis/timbre"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user