Skip to content

Commit

Permalink
v6.0.3 (2022-12-06)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 6, 2022
1 parent 46accbd commit 3b91a77
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -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.3 / 2022 Dec 6

```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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG][]** | [API][] | current [Break Version][]:

```clojure
[com.taoensso/timbre "6.0.2"] ; May incl. breaking changes, see CHANGELOG for details
[com.taoensso/timbre "6.0.3"] ; 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.2"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.0.2"}
Leiningen: [com.taoensso/timbre "6.0.3"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.0.3"}
```

And setup your namespace imports:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.taoensso/timbre "6.0.2"
(defproject com.taoensso/timbre "6.0.3"
: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 3b91a77

Please sign in to comment.