Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 27, 2017
1 parent 9f1db3d commit de3a7d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v1.4.0 - 2017 Mar 27

```clojure
[com.taoensso/truss "1.4.0"]
```

* [#8] Show full record values in error messages (@martinklepsch)

## v1.3.7 - 2017 Feb 13

```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/truss "1.3.7"] ; Stable
[com.taoensso/truss "1.4.0"] ; Stable
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand Down Expand Up @@ -59,7 +59,7 @@ The best general recommendation I can make is to try actually experiment with th
Add the necessary dependency to your project:

```clojure
[com.taoensso/truss "1.3.7"]
[com.taoensso/truss "1.4.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/truss "1.3.7"
(defproject com.taoensso/truss "1.4.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Assertions API for Clojure/Script"
:url "https://github.com/ptaoussanis/truss"
Expand Down

0 comments on commit de3a7d3

Please sign in to comment.