Skip to content

Commit

Permalink
[ultra] Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jarvis committed Feb 9, 2019
1 parent c381d86 commit 846477e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 846477e

Please sign in to comment.