Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Jun 16, 2021
1 parent 3a1cdec commit f6e7213
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit f6e7213

Please sign in to comment.