Skip to content

Commit

Permalink
v3.3.2 (2023-10-24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 24, 2023
1 parent be9d4cd commit 73b8462
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni

---

# `v3.3.1` (2023-10-24)
# `v3.3.2` (2023-10-24)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/carmine/versions/3.3.1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
This is a **minor hotfix release** and should be a safe upgrade for users of `v3.3.0`.

## Fixes since `v3.3.0`
## Fixes since `v3.3.1`

* [#289] [fix] >1 arity `parse-map` broken since v3.3.0
* be9d4cd1 [#289] [fix] Typo in previous hotfix

---

Expand Down Expand Up @@ -167,4 +167,4 @@ My sincere apologies for the possible breaks. My hope is that:

# Earlier releases

See [here](https://github.com/taoensso/carmine/releases) for earlier releases.
See [here](https://github.com/taoensso/carmine/releases) for earlier releases.
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

- `2023-10-24` `3.3.1` (stable): [changes](../../releases/tag/v3.3.1) (incl. **breaking changes** to message queue API!)
- `2023-10-24` `3.3.2` (stable): [changes](../../releases/tag/v3.3.1) (incl. **breaking changes** to message queue API!)

[![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.3.1"
(defproject com.taoensso/carmine "3.3.2"
: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 73b8462

Please sign in to comment.