mirror of https://github.com/status-im/timbre.git
v4.7.4
This commit is contained in:
parent
c9c525137b
commit
d8cb02e61f
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
||||||
> 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.7.4 / 2016 Aug 23
|
||||||
|
|
||||||
|
```clojure
|
||||||
|
[com.taoensso/timbre "4.7.4"]
|
||||||
|
```
|
||||||
|
|
||||||
|
> This is a **minor hotfix release**
|
||||||
|
|
||||||
|
* **Hotfix**: [#188] Regression re: interleaving println appender
|
||||||
|
* **Hotfix**: [#185] 3rd-party logstash appender deps issue (@robingl)
|
||||||
|
|
||||||
## v4.7.0 / 2016 Jul 19
|
## v4.7.0 / 2016 Jul 19
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
**[CHANGELOG]** | [API] | current [Break Version]:
|
**[CHANGELOG]** | [API] | current [Break Version]:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/timbre "4.7.0"] ; Stable
|
[com.taoensso/timbre "4.7.4"] ; Stable
|
||||||
```
|
```
|
||||||
|
|
||||||
> Please consider helping to [support my continued open-source Clojure/Script work]?
|
> Please consider helping to [support my continued open-source Clojure/Script work]?
|
||||||
|
@ -51,7 +51,7 @@ Your link here? | **PR's welcome!**
|
||||||
Add the necessary dependency to your project:
|
Add the necessary dependency to your project:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/timbre "4.7.0"]
|
[com.taoensso/timbre "4.7.4"]
|
||||||
```
|
```
|
||||||
|
|
||||||
And setup your namespace imports:
|
And setup your namespace imports:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/timbre "4.7.3"
|
(defproject com.taoensso/timbre "4.7.4"
|
||||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Pure Clojure/Script logging library"
|
:description "Pure Clojure/Script logging library"
|
||||||
:url "https://github.com/ptaoussanis/timbre"
|
:url "https://github.com/ptaoussanis/timbre"
|
||||||
|
|
Loading…
Reference in New Issue