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