Skip to content

Commit

Permalink
v6.6.1 (2024-10-30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 30, 2024
1 parent 201678b commit 1f00be0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni

---

# `v6.6.1` (2024-10-30)

- **Main dependency**: [on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.6.1)
- **SLF4J provider**: [on Clojars](https://clojars.org/com.taoensso/timbre-slf4j/versions/6.6.1)
- **Versioning**: [Break Versioning](https://www.taoensso.com/break-versioning)

This is a non-breaking **hotfix release** that should be a safe update for users of `v6.6.0`.

## Fixes since `v6.6.0` (2024-10-28)

* \[fix] Add missing 12-arity `-log!` (may affect AOT users) (@borkdude) [d78c79f2]

## New since `v6.6.0` (2024-10-28)

* Update dependencies

---

# `v6.6.0` (2024-10-28)

- **Main dependency**: [on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.6.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There's **zero pressure** for existing users of Timbre to migrate, though there

## Latest release/s

- `2024-10-28` `v6.6.0`: [release info](../../releases/tag/v6.6.0)
- `2024-10-30` `v6.6.1`: [release info](../../releases/tag/v6.6.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/timbre "6.6.0"
(defproject com.taoensso/timbre "6.6.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Pure Clojure/Script logging library"
:url "https://www.taoensso.com/timbre"
Expand Down
4 changes: 2 additions & 2 deletions slf4j/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/timbre-slf4j "6.6.0"
(defproject com.taoensso/timbre-slf4j "6.6.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Timbre backend/provider for SLF4J API v2"
:url "https://www.taoensso.com/timbre"
Expand All @@ -18,7 +18,7 @@
{:dependencies
[[org.clojure/clojure "1.12.0"]
[org.slf4j/slf4j-api "2.0.16"]
[com.taoensso/timbre "6.6.0"]]}
[com.taoensso/timbre "6.6.1"]]}

:dev
{:plugins
Expand Down

0 comments on commit 1f00be0

Please sign in to comment.