File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.9.2] - 2026-01-27
4+
5+ - Improve performance of the ` field() ` function overload that infers the serializer from its type
6+ parameter
7+ - The new implementation avoids the cost of an exception being constructed in the case where the
8+ type is not serializable
9+
310## [ v0.9.1] - 2026-01-24
411
512- Update dependencies
151158
152159- Initial release
153160
154- [ Unreleased ] : https://github.com/hermannm/devlog-kotlin/compare/v0.9.1...HEAD
161+ [ Unreleased ] : https://github.com/hermannm/devlog-kotlin/compare/v0.9.2...HEAD
162+
163+ [ v0.9.2 ] : https://github.com/hermannm/devlog-kotlin/compare/v0.9.1...v0.9.2
155164
156165[ v0.9.1 ] : https://github.com/hermannm/devlog-kotlin/compare/v0.9.0...v0.9.1
157166
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
88
99group = " dev.hermannm"
1010
11- version = " 0.9.1 "
11+ version = " 0.9.2 "
1212
1313mavenPublishing {
1414 coordinates(group.toString(), artifactId = " devlog-kotlin" , version.toString())
You can’t perform that action at this time.
0 commit comments