Skip to content

Commit 9740176

Browse files
committed
changelog for next release
1 parent 3629ae2 commit 9740176

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

1020
This is the initial release of Kulid!

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group = "dev.phillipslabs"
18-
version = "0.1.0"
18+
version = "0.2.0"
1919

2020
kotlin {
2121
jvm()

0 commit comments

Comments
 (0)