From 8993e78e6de4b15ea1b5dd50c0ad202bd341d0d0 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sun, 1 Dec 2013 00:27:43 +0700 Subject: [PATCH] v3.0.0-RC1 --- CHANGELOG.md | 2 +- README.md | 3 ++- project.clj | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d749f04..207ee15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v3.0.0-SNAPSHOT / 2013-11-30 / UNRELEASED +## v3.0.0-RC1 / 2013-11-30 Major update, non-breaking though users with custom appenders are encouraged to view the _Changes_ section below. This version polishes up the codebase and general design. Tightened up a few aspects of how appenders and appender middleware work. Also finally added facilities for ad hoc (non-atom) logging configuration. diff --git a/README.md b/README.md index 188242e..395b18e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ```clojure [com.taoensso/timbre "3.0.0-RC1"] ; Non-breaking upgrade - see CHANGELOG for details +[com.taoensso/timbre "2.7.1"] ; Stable ``` Appender authors: please see [here](https://github.com/ptaoussanis/timbre/issues/41) about migrating Timbre 2.x appenders to 3.x's recommended style. @@ -280,4 +281,4 @@ Otherwise reach me (Peter Taoussanis) at [taoensso.com](https://www.taoensso.com ## License -Copyright © 2012, 2013 Peter Taoussanis. Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure. \ No newline at end of file +Copyright © 2012, 2013 Peter Taoussanis. Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure. diff --git a/project.clj b/project.clj index 239fed7..e308976 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "3.0.0-SNAPSHOT" +(defproject com.taoensso/timbre "3.0.0-RC1" :description "Clojure logging & profiling library" :url "https://github.com/ptaoussanis/timbre" :license {:name "Eclipse Public License"