Skip to content

Commit 195eab9

Browse files
authored
Upgrade to Kotlin 1.8.21 (#139)
1 parent f7f4d20 commit 195eab9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
66
project adheres to [Semantic Versioning](https://semver.org/).
77

8-
## [Unreleased]
8+
## [0.7.1] - 2023-06-01
99
### Changed
10-
- Add `watchosDeviceArm64` target (#137)
10+
- Add support for watchosDeviceArm64 (#137)
11+
- Upgrade Kotlin to 1.8.21 (#139)
1112

1213
## [0.7.0] - 2023-02-25
1314
### Changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompileTool
22
import org.jetbrains.kotlin.konan.target.HostManager
33

44
plugins {
5-
kotlin("multiplatform") version "1.8.10"
5+
kotlin("multiplatform") version "1.8.21"
66
id("org.jetbrains.dokka") version "0.9.18"
77
id("maven-publish")
88
id("signing")

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.code.style=official
55
kotlin.incremental=true
66

77
GROUP=com.benasher44
8-
VERSION=0.7.0
8+
VERSION=0.7.1
99

1010
POM_URL=https://github.com/benasher44/uuid/
1111
POM_SCM_URL=https://github.com/benasher44/uuid/

0 commit comments

Comments
 (0)