Skip to content

Commit

Permalink
v3.3.1 (2023-10-24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 24, 2023
1 parent ab00f2a commit 273c62e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni

---

# `v3.3.1` (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`

* [#289] [fix] >1 arity `parse-map` broken since v3.3.0

---

# `v3.3.0` (2023-10-12)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/carmine/versions/3.3.0), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
Expand Down
4 changes: 2 additions & 2 deletions README.md
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-12` `3.3.0` (stable): [changes](../../releases/tag/v3.3.0) (incl. **breaking changes** to message queue API!)
- `2023-10-24` `3.3.1` (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 Expand Up @@ -61,4 +61,4 @@ Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure).
[Main tests SVG]: https://github.com/taoensso/carmine/actions/workflows/main-tests.yml/badge.svg
[Main tests URL]: https://github.com/taoensso/carmine/actions/workflows/main-tests.yml
[Graal tests SVG]: https://github.com/taoensso/carmine/actions/workflows/graal-tests.yml/badge.svg
[Graal tests URL]: https://github.com/taoensso/carmine/actions/workflows/graal-tests.yml
[Graal tests URL]: https://github.com/taoensso/carmine/actions/workflows/graal-tests.yml
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.taoensso/carmine "3.3.0"
(defproject com.taoensso/carmine "3.3.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 273c62e

Please sign in to comment.