mirror of https://github.com/status-im/timbre.git
Bump version (major).
This commit is contained in:
parent
f58442f355
commit
a0c6b03359
|
@ -1,7 +1,7 @@
|
||||||
Current [semantic](http://semver.org/) version:
|
Current [semantic](http://semver.org/) version:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/timbre "0.7.0"]
|
[com.taoensso/timbre "0.8.0"]
|
||||||
```
|
```
|
||||||
|
|
||||||
**Breaking changes** since _0.6.x_ (see updated README examples for any necessary changes):
|
**Breaking changes** since _0.6.x_ (see updated README examples for any necessary changes):
|
||||||
|
@ -42,7 +42,7 @@ lein2 all test
|
||||||
Depend on Timbre in your `project.clj`:
|
Depend on Timbre in your `project.clj`:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/timbre "0.7.0"]
|
[com.taoensso/timbre "0.8.0"]
|
||||||
```
|
```
|
||||||
|
|
||||||
and `use` the library:
|
and `use` the library:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/timbre "0.7.0"
|
(defproject com.taoensso/timbre "0.8.0"
|
||||||
:description "Simple, flexible, all-Clojure logging. No XML!"
|
:description "Simple, flexible, all-Clojure logging. No XML!"
|
||||||
:url "https://github.com/ptaoussanis/timbre"
|
:url "https://github.com/ptaoussanis/timbre"
|
||||||
:license {:name "Eclipse Public License"}
|
:license {:name "Eclipse Public License"}
|
||||||
|
|
Loading…
Reference in New Issue