File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ v0.8.0 ] - 2025-09-07
4
4
5
5
- Attach logging context to exceptions when they would escape the scope of
6
6
` withLoggingContext `
137
137
138
138
- Initial release
139
139
140
- [ Unreleased ] : https://github.com/hermannm/devlog-kotlin/compare/v0.7.0...HEAD
140
+ [ Unreleased ] : https://github.com/hermannm/devlog-kotlin/compare/v0.8.0...HEAD
141
+
142
+ [ v0.8.0 ] : https://github.com/hermannm/devlog-kotlin/compare/v0.7.0...v0.8.0
141
143
142
144
[ v0.7.0 ] : https://github.com/hermannm/devlog-kotlin/compare/v0.6.1...v0.7.0
143
145
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
7
7
8
8
group = " dev.hermannm"
9
9
10
- version = " 0.7 .0"
10
+ version = " 0.8 .0"
11
11
12
12
mavenPublishing {
13
13
coordinates(group.toString(), artifactId = " devlog-kotlin" , version.toString())
You can’t perform that action at this time.
0 commit comments