Skip to content

Commit

Permalink
v6.2.2 (2023-07-18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 18, 2023
1 parent e89dfc1 commit fff66e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md).
This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md).

## 6.2.2 (2023-07-18)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.2.2)
Identical to `6.2.1`, but synchronizes Encore dependency with my recent library releases (Timbre, Tufte, Sente, Carmine, etc.) to prevent confusion caused by dependency conflicts.

This is a safe update for users of `6.2.1`.


## 6.2.1 (2023-06-30)

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

```clojure
Leiningen: [com.taoensso/timbre "6.2.1"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.2.1"}
Leiningen: [com.taoensso/timbre "6.2.2"] ; or
deps.edn: com.taoensso/timbre {:mvn/version "6.2.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.2.1"
(defproject com.taoensso/timbre "6.2.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 fff66e5

Please sign in to comment.