From 2145ece795f8b2c5d36ddaa4647ee88da82052e9 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 15 Aug 2014 16:19:42 +0700 Subject: [PATCH] Switch to Break Versioning --- CHANGELOG.md | 13 +++++++++++++ README.md | 5 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf0f69..0ff3a22 100644 --- a/CHANGELOG.md +++ b/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). diff --git a/README.md b/README.md index d67cb5e..a9d73ad 100644 --- a/README.md +++ b/README.md @@ -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]: [other Clojure libs]: [Twitter]: -[semantic]: +[SemVer]: +[Break Version]: [Leiningen]: [CDS]: [ClojureWerkz]: