Skip to content

Commit

Permalink
v1.5.4 (2024-06-05)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jun 5, 2024
1 parent 83d47b7 commit 469cc44
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
This project uses Break Versioning (https://www.taoensso.com/break-versioning)
This project uses [**Break Versioning**](https://www.taoensso.com/break-versioning).

---

# `v1.5.4` (2024-06-05)

> **Dep/s**: Tempura is [on Clojars](https://clojars.org/com.taoensso/tempura/versions/1.5.4).
> **Versioning**: Tempura uses [Break Versioning](https://www.taoensso.com/break-versioning).
This is a **non-breaking maintenance release** that updates dependencies and introduces a new [wiki](https://github.com/taoensso/tempura/wiki).

\- [Peter Taoussanis](https://www.taoensso.com)

---

## v1.5.3 - 2022 Oct 27

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It offers a simple, easy-to-use API that allows you to **expand localization con

## Latest release/s

- `2022-10-27` `v1.5.3`: [release info](../../releases/tag/v1.5.3)
- `2024-06-05` `v1.5.4`: [release info](../../releases/tag/v1.5.4)

[![Main tests][Main tests SVG]][Main tests URL]
[![Graal tests][Graal tests SVG]][Graal tests URL]
Expand Down Expand Up @@ -111,4 +111,4 @@ Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure).
[Main tests SVG]: https://github.com/taoensso/tempura/actions/workflows/main-tests.yml/badge.svg
[Main tests URL]: https://github.com/taoensso/tempura/actions/workflows/main-tests.yml
[Graal tests SVG]: https://github.com/taoensso/tempura/actions/workflows/graal-tests.yml/badge.svg
[Graal tests URL]: https://github.com/taoensso/tempura/actions/workflows/graal-tests.yml
[Graal tests URL]: https://github.com/taoensso/tempura/actions/workflows/graal-tests.yml
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.5.3"
(defproject com.taoensso/tempura "1.5.4"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Simple text localization library for Clojure/Script"
:url "https://github.com/taoensso/tempura"
Expand Down

0 comments on commit 469cc44

Please sign in to comment.