Skip to content

Commit

Permalink
v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jun 29, 2016
1 parent 64dc0f5 commit ba6bc3f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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**.
## v4.5.1 / 2016 Jun 29

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

> This is a **minor hotfix release**
* **Hotfix**: address an issue for AOT/slf4j-timbre users.
* **Hotfix**: missing type hint during timestamp generation.

## v4.5.0 / 2016 Jun 26

```clojure
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/timbre "4.5.0"] ; Stable
[com.taoensso/timbre "4.5.1"] ; Stable
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand Down Expand Up @@ -52,7 +52,7 @@ Your link here? | **PR's welcome!**
Add the necessary dependency to your project:

```clojure
[com.taoensso/timbre "4.5.0"]
[com.taoensso/timbre "4.5.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 "4.5.0"
(defproject com.taoensso/timbre "4.5.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 ba6bc3f

Please sign in to comment.