File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
> This project uses [ Break Versioning] ( https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md ) as of ** Aug 16, 2014** .
2
2
3
+ ## v4.7.4 / 2016 Aug 23
4
+
5
+ ``` clojure
6
+ [com.taoensso/timbre " 4.7.4" ]
7
+ ```
8
+
9
+ > This is a ** minor hotfix release**
10
+
11
+ * ** Hotfix** : [ #188 ] Regression re: interleaving println appender
12
+ * ** Hotfix** : [ #185 ] 3rd-party logstash appender deps issue (@robingl )
13
+
3
14
## v4.7.0 / 2016 Jul 19
4
15
5
16
``` clojure
Original file line number Diff line number Diff line change 5
5
** [ CHANGELOG] ** | [ API] | current [ Break Version] :
6
6
7
7
``` clojure
8
- [com.taoensso/timbre " 4.7.0 " ] ; Stable
8
+ [com.taoensso/timbre " 4.7.4 " ] ; Stable
9
9
```
10
10
11
11
> Please consider helping to [ support my continued open-source Clojure/Script work] ?
@@ -51,7 +51,7 @@ Your link here? | **PR's welcome!**
51
51
Add the necessary dependency to your project:
52
52
53
53
``` clojure
54
- [com.taoensso/timbre " 4.7.0 " ]
54
+ [com.taoensso/timbre " 4.7.4 " ]
55
55
```
56
56
57
57
And setup your namespace imports:
Original file line number Diff line number Diff line change 1
- (defproject com.taoensso /timbre " 4.7.3 "
1
+ (defproject com.taoensso /timbre " 4.7.4 "
2
2
:author " Peter Taoussanis <https://www.taoensso.com>"
3
3
:description " Pure Clojure/Script logging library"
4
4
:url " https://github.com/ptaoussanis/timbre"
You can’t perform that action at this time.
0 commit comments