Skip to content

Commit b99fa42

Browse files
committed
Release v0.9.1
1 parent 937f902 commit b99fa42

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

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.9.0"
10+
version = "0.9.1"
1111

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

0 commit comments

Comments
 (0)