Skip to content

Commit

Permalink
v6.0.4 (2022-12-08)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 8, 2022
1 parent 70c7d75 commit 8f379f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
28 changes: 4 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,16 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v6.0.3 / 2022 Dec 6
## v6.0.4 / 2022 Dec 8

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

### Fixes since `v6.0.2`

- [fix] [#364] Update bundled Encore dependency to fix compilation issue with shadow-cljs


## v6.0.2 / 2022 Nov 18

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

### Fixes since `v6.0.1`

- [fix] [#360] Fix broken compatibility with GraalVM (@borkdude)


## v6.0.1 / 2022 Oct 29

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

### Fixes since `v6.0.0`

- [fix] [#359] Restore missing community appenders to the Timbre jar
- [fix] [#360] Fix broken compatibility with GraalVM (@borkdude)
- [fix] [#364] Update bundled Encore dependency to fix compilation issue with shadow-cljs


## v6.0.0 / 2022 Oct 28
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.3"] ; May incl. breaking changes, see CHANGELOG for details
[com.taoensso/timbre "6.0.4"] ; 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.3"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.0.3"}
Leiningen: [com.taoensso/timbre "6.0.4"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.0.4"}
```

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.3"
(defproject com.taoensso/timbre "6.0.4"
: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 8f379f1

Please sign in to comment.