Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 17, 2016
1 parent 9dc8c6e commit fbb6cfd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v1.0.0 - 2016 Dec 17

```clojure
[com.taoensso/tempura "1.0.0"]
```

> Non-breaking v1.0.0 release.
* **Fix**: [#4] `tr` doc-string typo

## v1.0.0-RC4 - 2016 Nov 13

```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.0.0-RC4"]
[com.taoensso/tempura "1.0.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.0.0-RC4"]
[com.taoensso/tempura "1.0.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.0.0-RC4"
(defproject com.taoensso/tempura "1.0.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 fbb6cfd

Please sign in to comment.