From de3a7d39abb66b833b98686e9047fca30bf45250 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 27 Mar 2017 09:34:58 +0200 Subject: [PATCH] v1.4.0 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- project.clj | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82326c6..4c4d3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index d0dc23c..eb20b7d 100644 --- a/README.md +++ b/README.md @@ -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]? @@ -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: diff --git a/project.clj b/project.clj index 28b5ded..ddfddd9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/truss "1.3.7" +(defproject com.taoensso/truss "1.4.0" :author "Peter Taoussanis " :description "Assertions API for Clojure/Script" :url "https://github.com/ptaoussanis/truss"