Skip to content

Commit

Permalink
0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Nov 14, 2019
1 parent f03373d commit 37d5ee5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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.8"]
[tongue "0.2.9"]
```

In production:
Expand Down Expand Up @@ -261,6 +261,10 @@ Full list of formatting options:

## Changes

### 0.2.9 November 14, 2019

- Allow qualified keywords in maps (PR #24, thx @just-sultanov)

### 0.2.8 October 9, 2019

- Allow dash in map keys (PR #23, thx @mchughs)
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 tongue "0.2.8"
(defproject tongue "0.2.9"
:description "DIY i18n library for Clojure/Script"
:url "https://github.com/tonsky/tongue"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 37d5ee5

Please sign in to comment.