Skip to content

Commit

Permalink
Prep 0.12.1 minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Oct 31, 2016
1 parent ac5fb15 commit 0113cd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion 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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand All @@ -30,7 +30,7 @@ With Maven:
<dependency>
<groupId>clj-time</groupId>
<artifactId>clj-time</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 0113cd7

Please sign in to comment.