What's Changed
- Eliminating an unnecessary Task.Delay() in tests by @jeremydmiller in https://github.com/JasperFx/marten/pull/4101
- Fix CLI help command examples in documentation by @Rhywden in https://github.com/JasperFx/marten/pull/4104
- Attempt to reduce compile time for eventsourcing CI workflows by @mysticmind in https://github.com/JasperFx/marten/pull/4106
- Upgrade to JasperFx.Eve...