Skip to content

Commit cc8121a

Browse files
committed
Version 0.6.0-RC.2
1 parent 290a666 commit cc8121a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 0.6.0-RC.2
4+
5+
- Support Android NDK targets ([#344](https://github.com/Kotlin/kotlinx-datetime/pull/344))
6+
- Ensure ABI compatibility with v0.5.0 ([#357](https://github.com/Kotlin/kotlinx-datetime/pull/357))
7+
38
## 0.6.0-RC
49

510
- Introduce the widely requested API for locale-invariant parsing and formatting ([#343](https://github.com/Kotlin/kotlinx-datetime/pull/343))

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ kotlin {
435435
sourceSets {
436436
commonMain {
437437
dependencies {
438-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0-RC")
438+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0-RC.2")
439439
}
440440
}
441441
}
@@ -446,7 +446,7 @@ kotlin {
446446

447447
```groovy
448448
dependencies {
449-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0-RC")
449+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0-RC.2")
450450
}
451451
```
452452

@@ -486,7 +486,7 @@ Add a dependency to the `<dependencies>` element. Note that you need to use the
486486
<dependency>
487487
<groupId>org.jetbrains.kotlinx</groupId>
488488
<artifactId>kotlinx-datetime-jvm</artifactId>
489-
<version>0.6.0-RC</version>
489+
<version>0.6.0-RC.2</version>
490490
</dependency>
491491
```
492492

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
22
org.gradle.java.installations.fromEnv=JDK_8
33

44
group=org.jetbrains.kotlinx
5-
version=0.6.0-RC
5+
version=0.6.0-RC.2
66
versionSuffix=SNAPSHOT
77

88
defaultKotlinVersion=1.9.21

0 commit comments

Comments
 (0)