Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 11, 2018
1 parent 81835e9 commit b27d459
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]?
Expand Down Expand Up @@ -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:
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 com.taoensso/tempura "1.1.2"
(defproject com.taoensso/tempura "1.2.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Pure Clojure/Script i18n translations library"
:url "https://github.com/ptaoussanis/tempura"
Expand Down

0 comments on commit b27d459

Please sign in to comment.