File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.0] - 2025-06-17
9+
10+ ### Added
11+ - Added ` kotlinx.serialization ` support to ULID
12+
13+ ### Changed
14+ - Made ` kotlinx.datetime ` an API dependency
15+ - Updated ` gradle.properties ` to use parallel builds
16+ - Bump gradle version and gradle build plugins
17+
818## [ 0.1.0] - 2025-06-13
919
1020This is the initial release of Kulid!
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
1515}
1616
1717group = " dev.phillipslabs"
18- version = " 0.1 .0"
18+ version = " 0.2 .0"
1919
2020kotlin {
2121 jvm()
You can’t perform that action at this time.
0 commit comments