Skip to content

Commit

Permalink
v5.0.1 2020-09-23
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 23, 2020
1 parent cb361d7 commit 45fb2d1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v5.0.1 / 2020 Sep 23

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

- [#319] Hotfix for broken spit-appender (@dimovich).


## v5.0.0 / 2020 Sep 21

```clojure
Expand Down
4 changes: 2 additions & 2 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.0.0"] ; See CHANGELOG for details
[com.taoensso/timbre "5.0.1"] ; See CHANGELOG for details
```

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

```clojure
[com.taoensso/timbre "5.0.0"]
[com.taoensso/timbre "5.0.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.0.0"
(defproject com.taoensso/timbre "5.0.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 45fb2d1

Please sign in to comment.