From b27d459a370b6990ad6a6bab9fcd752e6f496731 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sun, 11 Mar 2018 13:54:59 +0100 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- project.clj | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e3f3d..b2b1e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) +## v1.2.0 - 2018 Mar 11 + +```clojure +[com.taoensso/tempura "1.2.0"] +``` + +> This is a non-breaking maintenance release. + +* [#20] Fix: bug with arg-only resources (@DjebbZ) +* **Impl**: Bump dependencies, incl. ClojureScript + ## v1.1.2 - 2017 Mar 28 ```clojure diff --git a/README.md b/README.md index f1aa57c..3d0ee48 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **[CHANGELOG]** | [API] | current [Break Version]: ```clojure -[com.taoensso/tempura "1.1.2"] +[com.taoensso/tempura "1.2.0"] ``` > Please consider helping to [support my continued open-source Clojure/Script work]? @@ -34,7 +34,7 @@ Add the necessary dependency to your project: ```clojure -[com.taoensso/tempura "1.1.2"] +[com.taoensso/tempura "1.2.0"] ``` Setup your namespace imports: diff --git a/project.clj b/project.clj index f80a60a..3a0c1a5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/tempura "1.1.2" +(defproject com.taoensso/tempura "1.2.0" :author "Peter Taoussanis " :description "Pure Clojure/Script i18n translations library" :url "https://github.com/ptaoussanis/tempura"