From 846477e52a772c49236e772ec8c5ca590daa1f29 Mon Sep 17 00:00:00 2001 From: David Jarvis Date: Sat, 9 Feb 2019 20:02:41 +0000 Subject: [PATCH] [ultra] Update readme and changelog --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5f8c1..883be37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ +## 0.5.4 + * Bump puget dependency. AFAIK this makes us compatible with the new nREPL. + ## 0.5.3 -* Removes logical expression hints, they could cause double evaluation in test. + * Removes logical expression hints, they could cause double evaluation in test. ## 0.5.2 * Changed the printing behavior of test results to flush test output at the end of the test, making output clearer in cases where multi-threaded tests print to *out* diff --git a/README.md b/README.md index 6ea628a..a7408bd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Ultra is the rare piece of essentially "finished" software. I've ironed out most To install Ultra, just add the following to your `~/.lein/profiles.clj` ```clojure -{:user {:plugins [[venantius/ultra "0.5.2"]]}} +{:user {:plugins [[venantius/ultra "0.5.4"]]}} ``` ### Requirements