Skip to content

Commit

Permalink
v1.4.0 2022-10-17
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 17, 2022
1 parent 691d3d8 commit 2751e1e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v1.4.0 - 2022 Oct 17

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

> This is a minor maintenance release that should be non-breaking.
* **New**: [Experimental] Add `:experimental/compact-vectors?` option to `get-default-resource-compiler`
* **New**: [Experimental] Add `:default-tag` option to `default-resource-compiler`
* Update dependencies


## v1.3.0 - 2022 May 12

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

> This is a minor maintenance release that should be non-breaking for the vast majority of users.
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.3.0"]
[com.taoensso/tempura "1.4.0"] ; See CHANGELOG for details
```

> 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.3.0"] ; or
deps.edn: com.taoensso/tempura {:mvn/version "1.3.0"}
Leiningen: [com.taoensso/tempura "1.4.0"] ; or
deps.edn: com.taoensso/tempura {:mvn/version "1.4.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.3.0"
(defproject com.taoensso/tempura "1.4.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 2751e1e

Please sign in to comment.