Skip to content

Commit

Permalink
v6.2.0 (2023-06-30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jun 30, 2023
1 parent 0c5e07e commit 2224d25
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md).
## 6.2.0 (2023-06-30)

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

### Fixes since `6.2.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`

* 0c5e07e7 [new] [#373] [#372] Cljs console appender: improve controls for raw logging
* a0bc5e04 [new] [#370] Add `:_init-config` map to `*config*`


## v6.1.0 / 2023 Feb 27

Expand Down
8 changes: 4 additions & 4 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.1.0"] ; See CHANGELOG for details
[com.taoensso/timbre "6.2.0"] ; 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.1.0"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.1.0"}
Leiningen: [com.taoensso/timbre "6.2.0"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.2.0"}
```

And setup your namespace imports:
Expand Down Expand Up @@ -268,4 +268,4 @@ Copyright © 2015-2023 [Peter Taoussanis][Taoensso.com].
[ClojureWerkz]: http://clojurewerkz.org/
[config API]: http://ptaoussanis.github.io/timbre/taoensso.timbre.html#var-*config*
[default config]: http://ptaoussanis.github.io/timbre/taoensso.timbre.html#var-default-config
[community appenders]: https://github.com/ptaoussanis/timbre/tree/master/src/taoensso/timbre/appenders/community
[community appenders]: https://github.com/ptaoussanis/timbre/tree/master/src/taoensso/timbre/appenders/community
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.1.0"
(defproject com.taoensso/timbre "6.2.0"
: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 2224d25

Please sign in to comment.