Skip to content

Commit 5c0d165

Browse files
committed
v6.3.1 (2023-09-27)
1 parent 26c1ccf commit 5c0d165

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

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

33
---
44

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

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

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

129129
# Earlier releases
130130

131-
See [here](https://github.com/taoensso/timbre/releases) for earlier releases.
131+
See [here](https://github.com/taoensso/timbre/releases) for earlier releases.

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-
- `2023-07-18` `v6.2.2` (stable): [changes](../../releases/tag/v6.2.2)
16+
- `2023-09-27` `v6.3.1` (stable): [changes](../../releases/tag/v6.3.1)
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.3.0"
1+
(defproject com.taoensso/timbre "6.3.1"
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)