From 469cc447d620654d5b20f246c938f732b81376c7 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 5 Jun 2024 12:20:38 +0200 Subject: [PATCH] v1.5.4 (2024-06-05) --- CHANGELOG.md | 15 ++++++++++++++- README.md | 4 ++-- project.clj | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cabb89..7b32475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 3f515a3..8d6239d 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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 \ No newline at end of file +[Graal tests URL]: https://github.com/taoensso/tempura/actions/workflows/graal-tests.yml diff --git a/project.clj b/project.clj index b71d049..fcdec56 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/tempura "1.5.3" +(defproject com.taoensso/tempura "1.5.4" :author "Peter Taoussanis " :description "Simple text localization library for Clojure/Script" :url "https://github.com/taoensso/tempura"