Skip to content

Commit

Permalink
# 1.15.95 (2022-07-26 / de6d134)
Browse files Browse the repository at this point in the history
## Added

- Added a flag to include file location metadata as attributes on testcases, à la
  pytest.
  • Loading branch information
plexus committed Jul 26, 2022
1 parent de6d134 commit fd2e69e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14
1.15
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.15.95 (2022-07-26 / de6d134)

## Added

Expand Down Expand Up @@ -114,4 +114,4 @@

# 0.0-7 (2018-10-31 / 163d219)

First release.
First release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
{:aliases
{:test
{:extra-deps {lambdaisland/kaocha {...}
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}}}}}
lambdaisland/kaocha-junit-xml {:mvn/version "1.15.95"}}}}}
```

or
Expand All @@ -46,7 +46,7 @@ or
;; project.clj
(defproject ,,,
:dependencies [,,,
[lambdaisland/kaocha-junit-xml "0.0.76"]])
[lambdaisland/kaocha-junit-xml "1.15.95"]])
```

- Enable the plugin and set an output file
Expand Down

0 comments on commit fd2e69e

Please sign in to comment.