Skip to content

Commit 1152edf

Browse files
committed
Update changelog and kotest.mdx with version miscellany.
1 parent 4f79b5a commit 1152edf

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

jvm/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1212

1313
## [Unreleased]
14+
### Changed
15+
- **BREAKING** Bumped Kotest from `5.x` to `6.x`. If you need Kotest `5.x` compatibility, stick with `2.5.5`. ([#559](https://github.com/diffplug/selfie/pull/559))
16+
- This breaking change only affects Kotest users.
17+
- As part of the Kotest `6.x` migration, your `AbstractProjectConfig` must either have the fully qualified name of `io.kotest.provided.ProjectConfig` or the system property `kotest.framework.config.fqn` must be set. See [Kotest docs](https://kotest.io/docs/framework/project-config.html) for more info.
18+
- The breaking changes are only within `selfie-runner-kotest`. So if you are stuck on Kotest `5.x` but want some feature or bugfix only available in a `3.x` version of Selfie, you can probably get it by grabbing the latest Selfie but using `2.5.5` for the `selfie-runner-kotest` artifact. But in the long-term, we recommend using the latest supported version of all dependencies.
1419

1520
## [2.5.5] - 2025-11-22
1621
### Fixed

selfie.dev/src/pages/jvm/kotest.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export const imageUrl = "https://selfie.dev/kotest.webp";
1717
```
1818
And you're good to go!
1919

20+
*Note: Selfie 3.x requires Kotest 6.x. Selfie 2.5.5 and earlier are compatible with Kotest 5.x*
21+
2022
### Detailed setup
2123

2224
Selfie has two artifacts which can run Kotest tests.

0 commit comments

Comments
 (0)