- Support template-haskell-2.18.0 (and so GHC 9.2).
- Test compatibility with GHC 9.4.
- Support template-haskell-2.17.0 (and so GHC 9.0).
- Add 'HasCallStack' constraint to 'evalMocks', {run,eval,exec}Mock and default implementations for the "returns" functions (which throws error, by default). 'RankNTypes' is now needed to use the TH mocks.
- Support polysemy >= 1.7, drop support for older versions.
- Better docs.
- First release. Can mock effects.