Releases: michaelbull/kotlin-inline-logger
Releases · michaelbull/kotlin-inline-logger
1.0.5
- Update dependencies
- Migrate to Gradle versions catalog (68bd153)
1.0.4
- Update Kotlin to 1.5.31 by @rgmz (fd72ee0)
- Replaced deprecated
inline
keyword with value
(853498a)
1.0.3
- Releases are now automated via GitHub actions. Every push to master will produce a SNAPSHOT build available at:
- Update Gradle to 6.8.1 (707ca28)
- Update dependencies (c307034)
1.0.2
- Update gradle to 6.2-rc-2 (143569c)
- Replace bintray with maven central (df23b9e)
- Add javadoc jar to jvm publication (a2494e7)
1.0.1
- Add JVM tests (c9126f9)
- Add kotlin.code.style to gradle.properties (59e549c)
- Ensure all jar artifacts are created before bintray upload (a42b7de)
- Update dependencies (889ce73)
- Replace travis with github actions (03a2a9d)