Skip to content

Commit

Permalink
[release] 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
venantius committed Nov 3, 2017
1 parent 304c332 commit 864f341
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 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"
Expand Down

0 comments on commit 864f341

Please sign in to comment.