File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.9.0] - 2025-11-05
4+
5+ - ** Breaking** : Update major versions of Jackson (v3) and ` logstash-logback-encoder ` (v9)
6+ - Add ` Throwable.withLoggingContext ` extension function, allowing users to add log fields to
7+ exceptions without wrapping the original exception
8+
39## [ v0.8.0] - 2025-09-07
410
511- Attach logging context to exceptions when they would escape the scope of
137143
138144- Initial release
139145
140- [ Unreleased ] : https://github.com/hermannm/devlog-kotlin/compare/v0.8.0...HEAD
146+ [ Unreleased ] : https://github.com/hermannm/devlog-kotlin/compare/v0.9.0...HEAD
147+
148+ [ v0.9.0 ] : https://github.com/hermannm/devlog-kotlin/compare/v0.8.0...v0.9.0
141149
142150[ v0.8.0 ] : https://github.com/hermannm/devlog-kotlin/compare/v0.7.0...v0.8.0
143151
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.8 .0"
10+ version = " 0.9 .0"
1111
1212mavenPublishing {
1313 coordinates(group.toString(), artifactId = " devlog-kotlin" , version.toString())
You can’t perform that action at this time.
0 commit comments