Skip to content

Commit

Permalink
prep for v0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield committed Dec 2, 2024
1 parent 7f11c6a commit d0f51c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

v0.6.next in progress
v0.6.1 -- 2024-12-02
* Fix [#11](https://github.com/seancorfield/polylith-external-test-runner/issues/11) by supporting `:jvm-opts` in `poly test` property handling.
* Address [#8](https://github.com/seancorfield/polylith-external-test-runner/issues/8) by noting that the standalone `poly` tool cannot be used with external test runners.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ looked up recursively (a similar ability has been [proposed for `tools.deps.alph
See this project's [`deps.edn` file](https://github.com/seancorfield/polylith-external-test-runner/blob/main/deps.edn)
for an example (which is used in the tests for this project).

As of v0.6.next, these aliases can refer to hash maps containing `:jvm-opts` keys,
As of v0.6.1, these aliases can refer to hash maps containing `:jvm-opts` keys,
making it easier to reuse existing aliases for the testing context.

## Test Configuration
Expand Down

0 comments on commit d0f51c2

Please sign in to comment.