From 0113cd7b925b8371cfa4e4854b7f9572a266effd Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 30 Oct 2016 22:09:33 -0700 Subject: [PATCH] Prep 0.12.1 minor release --- ChangeLog.md | 7 ++++++- README.md | 4 ++-- project.clj | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index b791b7a..b4bd78a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,12 @@ -## Changes Between 0.12.0 and 0.13.0 (unreleased) +## Changes Between 0.12.1 and 0.13.0 (unreleased) No changes yet. +## Changes Between 0.12.0 and 0.12.1 (unreleased) + +* Updated Joda Time (to 2.9.4) and several testing dependencies as well. +* `floor` now retains timezone information (#204). +* Reflection warning removed from `with-time-at-start-of-day` (#219). ## Changes Between 0.11.0 and 0.12.0 (June 6th, 2016) diff --git a/README.md b/README.md index ec3ec32..ee8c924 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you are using Maven, add the following repository definition to your `pom.xml With Leiningen: ``` clj -[clj-time "0.12.0"] +[clj-time "0.12.1"] ``` With Maven: @@ -30,7 +30,7 @@ With Maven: clj-time clj-time - 0.12.0 + 0.12.1 ``` diff --git a/project.clj b/project.clj index 68971d3..30e3e55 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-time/clj-time "0.13.0-SNAPSHOT" +(defproject clj-time/clj-time "0.12.1" :description "A date and time library for Clojure, wrapping Joda Time." :url "https://github.com/clj-time/clj-time" :mailing-list {:name "clj-time mailing list"