Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 1, 2014
1 parent 1bd41fa commit 5df1488
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v3.0.2 / 2014 Oct 1

* **CHANGE**: no longer throw NPEs on `nil` format patterns (e.g. for missing translation key).


## v3.0.1 / 2014 Sep 7

* **FIX** https://github.com/ptaoussanis/timbre/issues/79.
* **FIX**: https://github.com/ptaoussanis/timbre/issues/79.


## v3.0.0 / 2014 Aug 28
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]:

```clojure
[com.taoensso/tower "3.0.1"] ; Please see CHANGELOG for possible breaking changes
[com.taoensso/tower "3.0.2"] ; Please see CHANGELOG for possible breaking changes
```

v3 is a major release that **may be BREAKING**. It adds ClojureScript translation support and fixes a number of sharp edges. Please see the [CHANGELOG][] for details.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/tower "3.0.1"
(defproject com.taoensso/tower "3.0.2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure i18n & L10n library"
:url "https://github.com/ptaoussanis/tower"
Expand Down

0 comments on commit 5df1488

Please sign in to comment.