mirror of https://github.com/status-im/timbre.git
v4.3.1
This commit is contained in:
parent
10c5ebc426
commit
1c23146979
|
@ -1,5 +1,13 @@
|
|||
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
||||
|
||||
## v4.3.1 / 2016 Feb 28
|
||||
|
||||
* **Hotfix**: had a removed var in the profiling macro
|
||||
|
||||
```clojure
|
||||
[com.taoensso/timbre "4.3.1"]
|
||||
```
|
||||
|
||||
## v4.3.0 / 2016 Feb 26
|
||||
|
||||
> This is a major, non-breaking feature release
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
**[CHANGELOG]** | [API] | current [Break Version]:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/timbre "4.3.0"] ; Stable
|
||||
[com.taoensso/timbre "4.3.1"] ; Stable
|
||||
```
|
||||
|
||||
# Timbre
|
||||
|
@ -43,7 +43,7 @@ Your link here? | **PR's welcome!**
|
|||
Add the necessary dependency to your project:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/timbre "4.3.0"]
|
||||
[com.taoensso/timbre "4.3.1"]
|
||||
```
|
||||
|
||||
And setup your namespace imports:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/timbre "4.3.0"
|
||||
(defproject com.taoensso/timbre "4.3.1"
|
||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||
:description "Pure Clojure/Script logging library"
|
||||
:url "https://github.com/ptaoussanis/timbre"
|
||||
|
|
Loading…
Reference in New Issue