Skip to content

0.26.0

Compare
Choose a tag to compare
@charleskorn charleskorn released this 03 Nov 22:23
0.26.0
e7eaf39

What's changed

  • Changed: ⚠️ Potentially breaking change: YamlException now inherits from SerializationException, not RuntimeException (#57 - thanks to @NiematojakTomasz for the feedback)
  • Updated: kaml is now built against kotlinx-serialization 1.0.1.

Upgrading

If you're using Gradle, reference kaml in your dependencies block like this:

implementation("com.charleskorn.kaml:kaml:0.26.0")

For other tools, refer to the Maven Central release page for more information.