Skip to content

Commit ee887f8

Browse files
committed
Release v0.9.2
1 parent b2d2465 commit ee887f8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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
@@ -151,7 +158,9 @@
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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
88

99
group = "dev.hermannm"
1010

11-
version = "0.9.1"
11+
version = "0.9.2"
1212

1313
mavenPublishing {
1414
coordinates(group.toString(), artifactId = "devlog-kotlin", version.toString())

0 commit comments

Comments
 (0)