Skip to content

Commit

Permalink
v5.1.0 2020-10-01
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 1, 2020
1 parent ebdfd58 commit 8a8fc23
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v5.1.0 / 2020 Oct 1

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

> This is a **minor feature release**.
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) for recommended steps when updating any Clojure/Script dependencies.
### Changes since `v5.0.0`

- [BREAKING] [#315] Remove long-deprecated profiling code

### New since `v5.0.0`

- [#262] Add `with-context+` macro (@DeLaGuardo)
- [#308 #320] Add cljs spit-appender 3rd-party appender for running on node (@mavines)
- Postal appender: support arbitrary :subject-fn, make default fn smarter

### Fixes since `v5.0.0`

- [#319] Hotfix for broken spit-appender (@dimovich)
- [#321] Make `level>=` a public implementation.


## v5.0.1 / 2020 Sep 23

```clojure
Expand Down
4 changes: 2 additions & 2 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 "5.0.1"] ; See CHANGELOG for details
[com.taoensso/timbre "5.1.0"] ; See CHANGELOG for details
```

<!-- ![build status](https://github.com/ptaoussanis/timbre/workflows/build/badge.svg?branch=master) -->
Expand Down Expand Up @@ -48,7 +48,7 @@ Your link here? | **PR's welcome!**
Add the necessary dependency to your project:

```clojure
[com.taoensso/timbre "5.0.1"]
[com.taoensso/timbre "5.1.0"]
```

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 "5.0.1"
(defproject com.taoensso/timbre "5.1.0"
: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 8a8fc23

Please sign in to comment.