Skip to content

Commit bf620a1

Browse files
committed
Release v0.9.0
1 parent 71083b1 commit bf620a1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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
@@ -137,7 +143,9 @@
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

build.gradle.kts

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

88
group = "dev.hermannm"
99

10-
version = "0.8.0"
10+
version = "0.9.0"
1111

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

0 commit comments

Comments
 (0)