Skip to content

Commit b9b627c

Browse files
committed
Release v0.8.0
1 parent 2b29826 commit b9b627c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v0.8.0] - 2025-09-07
44

55
- Attach logging context to exceptions when they would escape the scope of
66
`withLoggingContext`
@@ -137,7 +137,9 @@
137137

138138
- Initial release
139139

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
141143

142144
[v0.7.0]: https://github.com/hermannm/devlog-kotlin/compare/v0.6.1...v0.7.0
143145

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.7.0"
10+
version = "0.8.0"
1111

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

0 commit comments

Comments
 (0)