diff --git a/CHANGELOG.md b/CHANGELOG.md index 720eb7c..3da74e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 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* + ## 0.5.1 * Fixed a bug wherein setting `{:repl false}` would crash repl initialization * Un-pinned a fixed Clojure version from the plugin by moving the Clojure dependency to the plugin's `:dev` profile. diff --git a/README.md b/README.md index e4ef3ee..715e46f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ I've written a blog post describing Ultra in greater depth [here](http://blog.ve To install Ultra, just add the following to your `~/.lein/profiles.clj` ```clojure -{:user {:plugins [[venantius/ultra "0.5.1"]]}} +{:user {:plugins [[venantius/ultra "0.5.2"]]}} ``` ### Requirements diff --git a/project.clj b/project.clj index d182061..1874c30 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject venantius/ultra "0.5.1" +(defproject venantius/ultra "0.5.2" :description "Ultra: A Leiningen plugin for a superior development environment" :url "http://github.com/venantius/ultra" :license {:name "Eclipse Public License"