Skip to content

Commit

Permalink
v6.1.0 (2023-02-27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 27, 2023
1 parent db9fc25 commit 63712c5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v6.1.0 / 2023 Feb 27

```clojure
[com.taoensso/timbre "6.1.0"]
```

> This is a **maintenance release** that should be non-breaking for most users.
See [recommended steps](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) when updating Clojure/Script dependencies.


### Changes since `v6.0.4`

- edd4ee76 [mod] Remove support for long-deprecated `:?err_`, `:vargs_` delays in log data
- 95bce09c [mod] Postal appender: switch to new output-opts API

### Fixes since `v6.0.4`

- 9455cb09 [fix] 1-arg Cljs `set-min-ns-level!` broken

### New since `v6.0.4`

- 09c64dc0 [new] Postal appender: add `:body-len` opt
- 3a9dd291 [new] [#361] [#362] Add Graal test (@borkdude)


## v6.0.4 / 2022 Dec 8

```clojure
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
**[CHANGELOG][]** | [API][] | current [Break Version][]:

```clojure
[com.taoensso/timbre "6.0.4"] ; May incl. breaking changes, see CHANGELOG for details
[com.taoensso/timbre "5.2.1"] ; Stable
[com.taoensso/timbre "6.1.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 @@ -35,8 +34,8 @@ Happy hacking!
Add the necessary dependency to your project:

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

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.0.4"
(defproject com.taoensso/timbre "6.1.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 63712c5

Please sign in to comment.