Skip to content

Commit

Permalink
v6.5.0 (2024-02-26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 26, 2024
1 parent 1ee1763 commit b72cc65
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

* 6b165c61 [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).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/timbre "6.4.0"
(defproject com.taoensso/timbre "6.5.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Pure Clojure/Script logging library"
:url "https://github.com/taoensso/timbre"
Expand Down

0 comments on commit b72cc65

Please sign in to comment.