From 24cb3e945165fc58f397dc1336ede5b665ae9040 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 26 Feb 2024 14:22:03 +0100 Subject: [PATCH] v6.5.0 (2024-02-26) --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 2 +- project.clj | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 700bbb8..b31621e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni --- +# `v6.5.0` (2024-02-26) + +> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.5.0), this project uses [Break Versioning](https://www.taoensso.com/break-versioning). + +This is a **maintenance release** that should be non-breaking, but **does** change the default `:min-level` when none is specified. + +## Changes since `v6.4.0` + +* be4b8c8b [mod] Change default top-level `*config*` :min-level (when none specified) from :report -> :trace + +## Fixes since `v6.4.0` + +* 3d730f9c [fix] [#381] Handle possible invalid stacktrace fonts + +## New since `v6.4.0` + +* f3ce2b5c [new] [#374] Add OpenTelemetry Protocol (OTLP) community appender (@devurandom) +* Update dependencies, misc internal improvements + +--- + # `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). diff --git a/README.md b/README.md index bd66849..fe05411 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 -- `2024-02-22` `v6.4.0` (stable): [changes](../../releases/tag/v6.4.0) +- `2024-02-26` `v6.5.0` (stable): [changes](../../releases/tag/v6.5.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 c68a395..bee35bd 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "6.4.0" +(defproject com.taoensso/timbre "6.5.0" :author "Peter Taoussanis " :description "Pure Clojure/Script logging library" :url "https://github.com/taoensso/timbre"