Skip to content

Commit

Permalink
v5.1.2 2021-02-05
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 5, 2021
1 parent a11b7d1 commit 7bb3d64
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v5.1.2 / 2021 Feb 5

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

> 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.1`

- [#334] `spit-appender`: updated fix for GraalVM verifier (@ericdallo)
- [#326] workaround for unnecessary dev deps being pulled in


## v5.1.1 / 2021 Jan 31

```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.1"] ; See CHANGELOG for details
[com.taoensso/timbre "5.1.2"] ; 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.1"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "5.1.1"}
Leiningen: [com.taoensso/timbre "5.1.2"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "5.1.2"}
```

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.1"
(defproject com.taoensso/timbre "5.1.2"
: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 7bb3d64

Please sign in to comment.