mirror of https://github.com/status-im/timbre.git
Switch to Break Versioning
This commit is contained in:
parent
c95e257e17
commit
2145ece795
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
||||
|
||||
## Unreleased / pending
|
||||
|
||||
> TODO
|
||||
|
||||
* **CHANGE**: Update IRC appender to Timbre v3 style (@crisptrutski).
|
||||
* **FIX** [#47]: correctly format nanosecond profiling times.
|
||||
* **FIX** [#77]: profile ids now use correct (compile-time rather than runtime) ns prefix.
|
||||
* **NEW**: Add zmq appender (@angusiguess).
|
||||
* **NEW** [#75]: Make defnp support multi-arity functions (@maurolopes)
|
||||
|
||||
|
||||
## v3.2.1 / 2014 May 7
|
||||
|
||||
* **FIX**: missing tools.reader upstream dependency (@ducky427).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contributing](#contact--contributing) | current ([semantic][]) version:
|
||||
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/timbre "3.2.1"] ; Stable
|
||||
|
@ -295,7 +295,8 @@ Copyright © 2012-2014 Peter Taoussanis. Distributed under the [Eclipse Publ
|
|||
[CHANGELOG]: <https://github.com/ptaoussanis/timbre/releases>
|
||||
[other Clojure libs]: <https://www.taoensso.com/clojure-libraries>
|
||||
[Twitter]: <https://twitter.com/ptaoussanis>
|
||||
[semantic]: <http://semver.org/>
|
||||
[SemVer]: <http://semver.org/>
|
||||
[Break Version]: <https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md>
|
||||
[Leiningen]: <http://leiningen.org/>
|
||||
[CDS]: <http://clojure-doc.org/>
|
||||
[ClojureWerkz]: <http://clojurewerkz.org/>
|
||||
|
|
Loading…
Reference in New Issue