Skip to content

Commit

Permalink
v3.4.1 (2024-05-30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed May 30, 2024
1 parent 9dd6720 commit 29072cb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni

---

# `v3.4.1` (2024-05-30)

> **Dep**: Carmine is [on Clojars](https://clojars.org/com.taoensso/carmine/versions/3.4.1).
> **Versioning**: Carmine uses [Break Versioning](https://www.taoensso.com/break-versioning).
This is a **hotfix release** that should be **non-breaking**.

And as always **please report any unexpected problems** - thank you! 🙏

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

## Fixes since `v3.4.0` (2024-05-28)

* 9dd67207 [fix] [mq] [#305] Typo in final loop error handler
* 81f58d80 [fix] [mq] Monitor `:ndry-runs` arg should be an int
* 41e5ed34 [fix] [mq] Properly assume `:success` handler status by default

---

# `v3.4.0` (2024-05-28)

> **Dep**: Carmine is [on Clojars](https://clojars.org/com.taoensso/carmine/versions/3.4.0).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Carmine is a mature Redis client for Clojure that offers an idiomatic Clojure AP

## Latest release/s

- `2024-05-28` `v3.4.0`: [release info](../../releases/tag/v3.4.0)
- `2024-05-30` `v3.4.1`: [release info](../../releases/tag/v3.4.1)

[![Main tests][Main tests SVG]][Main tests URL]
[![Graal tests][Graal tests SVG]][Graal tests URL]
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/carmine "3.4.0"
(defproject com.taoensso/carmine "3.4.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Redis client + message queue for Clojure"
:url "https://github.com/taoensso/carmine"
Expand Down

0 comments on commit 29072cb

Please sign in to comment.