Skip to content

Commit b72cc65

Browse files
committed
v6.5.0 (2024-02-26)
1 parent 1ee1763 commit b72cc65

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

33
---
44

5+
# `v6.5.0` (2024-02-26)
6+
7+
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.5.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 **does** change the default `:min-level` when none is specified.
10+
11+
## Changes since `v6.4.0`
12+
13+
* 6b165c61 [mod] Change default top-level `*config*` :min-level (when none specified) from :report -> :trace
14+
15+
## Fixes since `v6.4.0`
16+
17+
* 3d730f9c [fix] [#381] Handle possible invalid stacktrace fonts
18+
19+
## New since `v6.4.0`
20+
21+
* f3ce2b5c [new] [#374] Add OpenTelemetry Protocol (OTLP) community appender (@devurandom)
22+
* Update dependencies, misc internal improvements
23+
24+
---
25+
526
# `v6.4.0` (2024-02-22)
627

728
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.4.0), 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-
- `2024-02-22` `v6.4.0` (stable): [changes](../../releases/tag/v6.4.0)
16+
- `2024-02-26` `v6.5.0` (stable): [changes](../../releases/tag/v6.5.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.4.0"
1+
(defproject com.taoensso/timbre "6.5.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)