File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) , and this
6
6
project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.7.1 ] - 2023-06-01
9
9
### Changed
10
- - Add ` watchosDeviceArm64 ` target (#137 )
10
+ - Add support for watchosDeviceArm64 (#137 )
11
+ - Upgrade Kotlin to 1.8.21 (#139 )
11
12
12
13
## [ 0.7.0] - 2023-02-25
13
14
### Changed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompileTool
2
2
import org.jetbrains.kotlin.konan.target.HostManager
3
3
4
4
plugins {
5
- kotlin(" multiplatform" ) version " 1.8.10 "
5
+ kotlin(" multiplatform" ) version " 1.8.21 "
6
6
id(" org.jetbrains.dokka" ) version " 0.9.18"
7
7
id(" maven-publish" )
8
8
id(" signing" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.code.style=official
5
5
kotlin.incremental =true
6
6
7
7
GROUP =com.benasher44
8
- VERSION =0.7.0
8
+ VERSION =0.7.1
9
9
10
10
POM_URL =https://github.com/benasher44/uuid/
11
11
POM_SCM_URL =https://github.com/benasher44/uuid/
You can’t perform that action at this time.
0 commit comments