Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 16806a2

Browse files
authored
Upgrade Kotlin to 1.8.10 (#135)
1 parent caa9867 commit 16806a2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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-
## [0.6.1] - TBD
8+
## [0.7.0] - 2022-02-25
99
### Changed
10-
- Add support for linuxArm64 (#133)
10+
- Add support for linuxArm64 (#134)
11+
- Upgrade Kotlin to 1.8.10 (#135)
1112

1213
## [0.6.0] - 2022-11-08
1314
### Changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.7.20"
5+
kotlin("multiplatform") version "1.8.10"
66
id("org.jetbrains.dokka") version "0.9.18"
77
id("maven-publish")
88
id("signing")

gradle.properties

Lines changed: 1 addition & 1 deletion
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.6.0
8+
VERSION=0.7.0
99

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

0 commit comments

Comments
 (0)