Skip to content

Commit

Permalink
v6.0.2 (2022-11-18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Nov 18, 2022
1 parent 6a980e0 commit 4858d4b
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.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
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.1"] ; May incl. breaking changes, see CHANGELOG for details
[com.taoensso/timbre "6.0.2"] ; 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.1"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.0.1"}
Leiningen: [com.taoensso/timbre "6.0.2"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.0.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 "6.0.1"
(defproject com.taoensso/timbre "6.0.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 4858d4b

Please sign in to comment.