From f6e72132e24d428e990ca058ae3b18d33ce12f35 Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Wed, 16 Jun 2021 20:05:25 +0700 Subject: [PATCH] 0.3.0 --- README.md | 7 ++++++- project.clj | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cb7cce..87eefe7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ As a result you have a library that handles exactly your case well with as much Add to `project.clj`: ```clj -[tongue "0.2.10"] +[tongue "0.3.0"] ``` In production: @@ -265,6 +265,11 @@ Full list of formatting options: ## Changes +### 0.3.0 June 16, 2021 + +- Values could be aliased to another keys #8 #10 thx @cjohansen +- Fix ratio formatting #15 + ### 0.2.10 September 22, 2020 - Make build-dicts public #26 thx @hoxu diff --git a/project.clj b/project.clj index 15f8ca1..37f3d7d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject tongue "0.2.10" +(defproject tongue "0.3.0" :description "DIY i18n library for Clojure/Script" :url "https://github.com/tonsky/tongue" :license {:name "Eclipse Public License"