Releases: michaelbull/kotlin-coroutines-jdbc
Releases · michaelbull/kotlin-coroutines-jdbc
1.0.2
- Releases are now automated via GitHub actions. Every push to master will produce a SNAPSHOT build available at:
- Update Gradle to 6.8.1 (1e03b3a)
- Update dependencies (d4803a8)
1.0.1
- Add CoroutineScope receiver to transaction & withConnection (d5fd3a9) by @huntj88
- Update Kotlin to 1.4.0 (23c9aff)
- Update Gradle to 6.6.1 (4c7004c)
- Simplify transaction state modelling (c88f6f0)