Skip to content

Commit

Permalink
v5.1.1 2021-01-31
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jan 31, 2021
1 parent 6e2b5d2 commit d197620
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v5.1.1 / 2021 Jan 31

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

> This is a **minor hotfix release**.
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) for recommended steps when updating any Clojure/Script dependencies.
### Fixes since `v5.1.0`

- [#329 #330] Fix spit-appender deadlock (@ryfow)
- [#331] Skip unnecessary space in default-output-fn `:timestamp_` (@lnostdal)
- [#334] `spit-appender`: fix for GraalVM verifier (@ericdallo)
- [#326] project.clj: disable dev dependencies (workaround)


## v5.1.0 / 2020 Oct 1

```clojure
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 "5.1.0"] ; See CHANGELOG for details
[com.taoensso/timbre "5.1.1"] ; See CHANGELOG for details
```

<!-- ![build status](https://github.com/ptaoussanis/timbre/workflows/build/badge.svg?branch=master) -->
Expand Down Expand Up @@ -46,8 +46,8 @@ Your link here? | **PR's welcome!**
Add the necessary dependency to your project:

```clojure
Leiningen: [com.taoensso/timbre "5.1.0"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "5.1.0"}
Leiningen: [com.taoensso/timbre "5.1.1"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "5.1.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 "5.1.0"
(defproject com.taoensso/timbre "5.1.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 d197620

Please sign in to comment.