Skip to content

Commit df66bd2

Browse files
chore(master): release 0.20.4 (#2000)
* chore(master): release 0.20.4 * Update changelog.md --------- Co-authored-by: stryker-mutator[bot] <158062761+stryker-mutator[bot]@users.noreply.github.com> Co-authored-by: Hugo van Rijswijk <git@hugovr.nl>
1 parent 3953f84 commit df66bd2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.20.4](https://github.com/stryker-mutator/stryker4s/compare/v0.20.3...v0.20.4) (2026-05-21)
4+
5+
Stryker4s now works properly on multi-module projects! Simply running `sbt <module-name>/stryker` will run Stryker4s on the specified module. The workaround of `sbt 'project <module-name>' stryker` is no longer necessary. Thanks to @rwaldvogel for the contribution!
6+
7+
### Bug Fixes
8+
9+
* **sbt:** scope task queries to the invoking project ([#1994](https://github.com/stryker-mutator/stryker4s/issues/1994)) ([bfbe167](https://github.com/stryker-mutator/stryker4s/commit/bfbe167bc378a5018b9f512a6b16f13a3579405d))
10+
* **sbt:** strip -Werror alongside -Xfatal-warnings ([#1999](https://github.com/stryker-mutator/stryker4s/issues/1999)) ([afb2e50](https://github.com/stryker-mutator/stryker4s/commit/afb2e505d6fd598266984ed6702e897676ddc96d))
11+
312
## [0.20.3](https://github.com/stryker-mutator/stryker4s/compare/v0.20.2...v0.20.3) (2026-03-25)
413

514

0 commit comments

Comments
 (0)