Skip to content

Commit 01513d4

Browse files
committed
v6.4.0 (2023-02-22)
1 parent b757786 commit 01513d4

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

33
---
44

5+
# `v6.4.0` (2024-02-22)
6+
7+
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.4.0), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
8+
9+
This is a **maintenance release** that should be non-breaking, but that **may change** (fix) logging output for users of the JS console logger's `:raw-console?` option.
10+
11+
## Fixes since `v6.3.1`
12+
13+
* 9ec4e3c4 [fix] JS console appender unintentionally duplicating raw args
14+
* dbf84818 [fix] Unnecessary boxed math in (community) rotor appender
15+
* fab7b26c [fix] [#380] Fix docstring typo (@alexpetrov)
16+
17+
---
18+
519
# `v6.3.1` (2023-09-27)
620

721
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.3.1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Supports optional interop with [tools.logging](https://github.com/taoensso/timbr
1313

1414
## Latest release/s
1515

16-
- `2023-09-27` `v6.3.1` (stable): [changes](../../releases/tag/v6.3.1)
16+
- `2024-02-22` `v6.4.0` (stable): [changes](../../releases/tag/v6.4.0)
1717

1818
[![Main tests][Main tests SVG]][Main tests URL]
1919
[![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.3.1"
1+
(defproject com.taoensso/timbre "6.4.0"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Pure Clojure/Script logging library"
44
:url "https://github.com/taoensso/timbre"

0 commit comments

Comments
 (0)