Skip to content

Commit

Permalink
v6.3.1 (2023-09-27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 27, 2023
1 parent 26c1ccf commit 5c0d165
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni

---

# `v6.3.0` (2023-09-27)
# `v6.3.1` (2023-09-27)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.3.0), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.3.1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
This is a **minor maintenance release** that should be non-breaking.

Expand Down Expand Up @@ -128,4 +128,4 @@ See [recommended steps](https://github.com/taoensso/encore#recommended-steps-aft

# Earlier releases

See [here](https://github.com/taoensso/timbre/releases) for earlier releases.
See [here](https://github.com/taoensso/timbre/releases) for earlier releases.
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

- `2023-07-18` `v6.2.2` (stable): [changes](../../releases/tag/v6.2.2)
- `2023-09-27` `v6.3.1` (stable): [changes](../../releases/tag/v6.3.1)

[![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.3.0"
(defproject com.taoensso/timbre "6.3.1"
: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 5c0d165

Please sign in to comment.