v0.15.0.0
- 0.15.0.0 (2024-04-13) * #480 Support with GHC 9.10 (By Jan Hrček) * #482 Add `ConfigSearchStrategy` to allow avoiding `getCurrentDirectory` when loading config (by Jan Hrček) This is breaking API change that can be fixed like this: ```diff -format Nothing maybeFile contents +format SearchFromCurrentDirectory maybeFile contents -format (Just cfgFile) maybeFile content +format (UseConfig cfgFile) maybeFile content ``` * Bump `Cabal` lower bound to 3.14