File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.9.1] - 2026-01-24
4+
5+ - Update dependencies
6+ - This includes updating ` kotlinx.serialization ` to v1.10.0, which lets us drop the opt-in on
7+ ` ExperimentalSerializationApi ` , since
8+ [
9+ ` JsonUnquotedLiteral ` has now been stabilized] ( https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.10.0 )
10+
311## [ v0.9.0] - 2025-11-05
412
513- ** Breaking** : Update major versions of Jackson (v3) and ` logstash-logback-encoder ` (v9)
143151
144152- Initial release
145153
146- [ Unreleased ] : https://github.com/hermannm/devlog-kotlin/compare/v0.9.0...HEAD
154+ [ Unreleased ] : https://github.com/hermannm/devlog-kotlin/compare/v0.9.1...HEAD
155+
156+ [ v0.9.1 ] : https://github.com/hermannm/devlog-kotlin/compare/v0.9.0...v0.9.1
147157
148158[ v0.9.0 ] : https://github.com/hermannm/devlog-kotlin/compare/v0.8.0...v0.9.0
149159
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
77
88group = " dev.hermannm"
99
10- version = " 0.9.0 "
10+ version = " 0.9.1 "
1111
1212mavenPublishing {
1313 coordinates(group.toString(), artifactId = " devlog-kotlin" , version.toString())
You can’t perform that action at this time.
0 commit comments