Skip to content

Commit

Permalink
Merge pull request #41 from circleci/0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
gordonsyme committed Nov 5, 2020
2 parents fc77296 + c7b87f8 commit 8c616ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,5 +1,9 @@
# Changes

## 0.5.0: 2020-10-04

* Add support for CIDER test reporting.

## 0.4.2: 2019-02-22

* Supply a default test selector if it is missing from config.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Keep your existing `deftest`s, but gain flexibility around how you run them.

## Usage

Add `[circleci/circleci.test "0.4.3"]` to your `:dependencies` under `:dev`.
Add `[circleci/circleci.test "0.5.0"]` to your `:dependencies` under `:dev`.

It's recommended to use this set of Leiningen aliases:

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject circleci/circleci.test "0.4.3"
(defproject circleci/circleci.test "0.5.0"
:description "clojure.test compatible test-runner"
:url "https://github.com/circleci/circleci.test"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 8c616ec

Please sign in to comment.