Skip to content

Commit

Permalink
v6.2.1 (2023-06-30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jun 30, 2023
1 parent aa9df1e commit 968fa79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md).
## 6.2.0 (2023-06-30)
## 6.2.1 (2023-06-30)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.2.0)
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.2.1)
This is a **maintenance release** that should be non-breaking.

### Fixes since `6.2.0`
### Fixes since `6.1.0`

* cd8f04c1 [fix] [#369] Temporarily switch back to old Pretty release
* 5c189454 [fix] [#370] Remove `println` output on init load (@helins)
* e34629e6 [fix] [#365] Provide protection against faulty error-fn

### New since `6.2.0`
### New since `6.1.0`

* 0c5e07e7 [new] [#373] [#372] Cljs console appender: improve controls for raw logging
* a0bc5e04 [new] [#370] Add `:_init-config` map to `*config*`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG][]** | [API][] | current [Break Version][]:

```clojure
[com.taoensso/timbre "6.2.0"] ; See CHANGELOG for details
[com.taoensso/timbre "6.2.1"] ; See CHANGELOG for details
```
> See [here][backers] if to help support my open-source work, thanks! - [Peter Taoussanis][Taoensso.com]
Expand Down Expand Up @@ -34,8 +34,8 @@ Happy hacking!
Add the necessary dependency to your project:

```clojure
Leiningen: [com.taoensso/timbre "6.2.0"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.2.0"}
Leiningen: [com.taoensso/timbre "6.2.1"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.2.1"}
```

And setup your namespace imports:
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.2.0"
(defproject com.taoensso/timbre "6.2.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Pure Clojure/Script logging library"
:url "https://github.com/ptaoussanis/timbre"
Expand Down

0 comments on commit 968fa79

Please sign in to comment.