Skip to content

Commit

Permalink
release 0.7.24
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr committed Nov 5, 2018
1 parent 52a8db3 commit 1c4347a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Unilog provides a simple and somewhat opiniated way of configuring
## Coordinates

```clojure
[spootnik/unilog "0.7.23"]
[spootnik/unilog "0.7.24"]
```

## Usage
Expand Down Expand Up @@ -348,6 +348,10 @@ Full API documentation is available at http://pyr.github.io/unilog

## Releases

### 0.7.24

- Introduce mdc-fn and mdc-fn* which preserve MDC context across threads

### 0.7.22

- Dependency upgrades
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 spootnik/unilog "0.7.24-SNAPSHOT"
(defproject spootnik/unilog "0.7.24"
:description "logging should be easy!"
:url "https://github.com/pyr/unilog"
:license {:name "MIT License"
Expand Down

0 comments on commit 1c4347a

Please sign in to comment.