Skip to content

Commit

Permalink
v6.0.1 2022-10-29
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 29, 2022
1 parent df3ea50 commit 3ace303
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v6.0.1 / 2022 Oct 29

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

### Fixes since `v6.0.0`

- [fix] [#359] Restore missing community appenders to the Timbre jar


## v6.0.0 / 2022 Oct 28

```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 "6.0.0"] ; May incl. breaking changes, see CHANGELOG for details
[com.taoensso/timbre "6.0.1"] ; May incl. breaking changes, see CHANGELOG for details
[com.taoensso/timbre "5.2.1"] ; Stable
```
> See [here][backers] if to help support my open-source work, thanks! - [Peter Taoussanis][Taoensso.com]
Expand Down Expand Up @@ -35,8 +35,8 @@ Happy hacking!
Add the necessary dependency to your project:

```clojure
Leiningen: [com.taoensso/timbre "6.0.0"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.0.0"}
Leiningen: [com.taoensso/timbre "6.0.1"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.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 "6.0.0"
(defproject com.taoensso/timbre "6.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 3ace303

Please sign in to comment.