Skip to content

Commit

Permalink
0.12.2 more reflection warnings removed
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Oct 31, 2016
1 parent 951e916 commit 0f48ba4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Changes Between 0.12.1 and 0.13.0 (unreleased)
## Changes Between 0.12.2 and 0.13.0 (unreleased)

No changes yet.

## Changes Between 0.12.1 and 0.12.2

* More reflection warnings removed (#221).

## Changes Between 0.12.0 and 0.12.1

* Updated Joda Time (to 2.9.4) and several testing dependencies as well.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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.1"]
[clj-time "0.12.2"]
```

With Maven:
Expand All @@ -30,7 +30,7 @@ With Maven:
<dependency>
<groupId>clj-time</groupId>
<artifactId>clj-time</artifactId>
<version>0.12.1</version>
<version>0.12.2</version>
</dependency>
```

Expand Down Expand Up @@ -392,4 +392,3 @@ The complete [API documentation](http://clj-time.github.com/clj-time/doc/index.h
## License

Released under the MIT License: <https://github.com/clj-time/clj-time/blob/master/MIT-LICENSE.txt>

2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-time/clj-time "0.12.1"
(defproject clj-time/clj-time "0.12.2"
: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 0f48ba4

Please sign in to comment.