From 51a3b729bfcb7174ac8b37e540ab9ba18a80e602 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 22 Feb 2024 15:22:28 +0100 Subject: [PATCH] v6.4.0 (2023-02-22) --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- project.clj | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12611366..700bbb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni --- +# `v6.4.0` (2024-02-22) + +> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.4.0), this project uses [Break Versioning](https://www.taoensso.com/break-versioning). + +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. + +## Fixes since `v6.3.1` + +* 9ec4e3c4 [fix] JS console appender unintentionally duplicating raw args +* dbf84818 [fix] Unnecessary boxed math in (community) rotor appender +* fab7b26c [fix] [#380] Fix docstring typo (@alexpetrov) + +--- + # `v6.3.1` (2023-09-27) > 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.3.1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning). diff --git a/README.md b/README.md index 57755756..bd668494 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Supports optional interop with [tools.logging](https://github.com/taoensso/timbr ## Latest release/s -- `2023-09-27` `v6.3.1` (stable): [changes](../../releases/tag/v6.3.1) +- `2024-02-22` `v6.4.0` (stable): [changes](../../releases/tag/v6.4.0) [![Main tests][Main tests SVG]][Main tests URL] [![Graal tests][Graal tests SVG]][Graal tests URL] diff --git a/project.clj b/project.clj index a813b88d..b79fecb8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "6.3.1" +(defproject com.taoensso/timbre "6.4.0" :author "Peter Taoussanis " :description "Pure Clojure/Script logging library" :url "https://github.com/taoensso/timbre"