From 5df1488d18a108a1a24b0fc41225fffe2512891a Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 1 Oct 2014 21:18:16 +0700 Subject: [PATCH] v3.0.2 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- project.clj | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9755f9b..6834d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index d192d87..8f2f939 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/project.clj b/project.clj index c31c509..7ad7589 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/tower "3.0.1" +(defproject com.taoensso/tower "3.0.2" :author "Peter Taoussanis " :description "Clojure i18n & L10n library" :url "https://github.com/ptaoussanis/tower"