Skip to content

Commit

Permalink
v1.3.0 2022-05-12
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed May 12, 2022
1 parent 31fb3b1 commit 7fe3dba
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v1.3.0 - 2022 May 12

```clojure
[com.taoensso/tempura "1.3.0"] ; See CHANGELOG for details
```

> This is a minor maintenance release that should be non-breaking for the vast majority of users.
* **BREAKING**: Now requires Clojure 1.7+
* **BREAKING**: Markdown output no longer interprets ~~ as strikeout. (That syntax is now reserved).

* [#26] **New**: Make `get-default-resource-compiler` public (@mt0erfztxt)
* **Impl**: Some minor performance improvements


## v1.2.1 - 2018 Apr 15

```clojure
Expand Down
6 changes: 3 additions & 3 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.2.1"]
[com.taoensso/tempura "1.3.0"]
```

> See [here](https://taoensso.com/clojure/backers) if you're interested in helping support my open-source work, thanks! - Peter Taoussanis
Expand Down Expand Up @@ -77,8 +77,8 @@ See [here][tutorial] for a detailed tutorial by [Dr. Wolfram Schroers][@field-th
Add the necessary dependency to your project:

```clojure
Leiningen: [com.taoensso/tempura "1.2.1"] ; or
deps.edn: com.taoensso/tempura {:mvn/version "1.2.1"}
Leiningen: [com.taoensso/tempura "1.3.0"] ; or
deps.edn: com.taoensso/tempura {:mvn/version "1.3.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.2.1"
(defproject com.taoensso/tempura "1.3.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 7fe3dba

Please sign in to comment.