Skip to content

Commit 1f00be0

Browse files
committed
v6.6.1 (2024-10-30)
1 parent 201678b commit 1f00be0

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni
22

33
---
44

5+
# `v6.6.1` (2024-10-30)
6+
7+
- **Main dependency**: [on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.6.1)
8+
- **SLF4J provider**: [on Clojars](https://clojars.org/com.taoensso/timbre-slf4j/versions/6.6.1)
9+
- **Versioning**: [Break Versioning](https://www.taoensso.com/break-versioning)
10+
11+
This is a non-breaking **hotfix release** that should be a safe update for users of `v6.6.0`.
12+
13+
## Fixes since `v6.6.0` (2024-10-28)
14+
15+
* \[fix] Add missing 12-arity `-log!` (may affect AOT users) (@borkdude) [d78c79f2]
16+
17+
## New since `v6.6.0` (2024-10-28)
18+
19+
* Update dependencies
20+
21+
---
22+
523
# `v6.6.0` (2024-10-28)
624

725
- **Main dependency**: [on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.6.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There's **zero pressure** for existing users of Timbre to migrate, though there
2121

2222
## Latest release/s
2323

24-
- `2024-10-28` `v6.6.0`: [release info](../../releases/tag/v6.6.0)
24+
- `2024-10-30` `v6.6.1`: [release info](../../releases/tag/v6.6.1)
2525

2626
[![Main tests][Main tests SVG]][Main tests URL]
2727
[![Graal tests][Graal tests SVG]][Graal tests URL]

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/timbre "6.6.0"
1+
(defproject com.taoensso/timbre "6.6.1"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Pure Clojure/Script logging library"
44
:url "https://www.taoensso.com/timbre"

slf4j/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/timbre-slf4j "6.6.0"
1+
(defproject com.taoensso/timbre-slf4j "6.6.1"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Timbre backend/provider for SLF4J API v2"
44
:url "https://www.taoensso.com/timbre"
@@ -18,7 +18,7 @@
1818
{:dependencies
1919
[[org.clojure/clojure "1.12.0"]
2020
[org.slf4j/slf4j-api "2.0.16"]
21-
[com.taoensso/timbre "6.6.0"]]}
21+
[com.taoensso/timbre "6.6.1"]]}
2222

2323
:dev
2424
{:plugins

0 commit comments

Comments
 (0)