Skip to content

Commit 2af3bb8

Browse files
committed
Prepare for release 3.15.0.
1 parent a416091 commit 2af3bb8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Change Log
66
* None yet.
77

88

9+
## Version 3.15.0
10+
11+
_2025-07-01_
12+
13+
* Upgrade: [kotlinx-datetime 0.7.0-0.6.x-compat][datetime_0_7_0_compat]. The previous 3.14.0
14+
release, `FakeFileSystem` broke binary-compatibility for calls to `FakeFileSystem()`. This
15+
restores that compatibility.
16+
17+
* Breaking: Change `FakeFileSystem.clock` from a JVM field to a property. This avoids a crash
18+
running Okio in a Gradle 8.x plugin. This change is not binary-compatible.
19+
20+
921
## Version 3.14.0
1022

1123
_2025-06-28_

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Releases
9898
Our [change log][changelog] has release history.
9999

100100
```kotlin
101-
implementation("com.squareup.okio:okio:3.14.0")
101+
implementation("com.squareup.okio:okio:3.15.0")
102102
```
103103

104104
<details>
@@ -110,7 +110,7 @@ repositories {
110110
}
111111

112112
dependencies {
113-
implementation("com.squareup.okio:okio:3.15.0-SNAPSHOT")
113+
implementation("com.squareup.okio:okio:3.16.0-SNAPSHOT")
114114
}
115115
```
116116

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ kotlin.mpp.commonizerLogLevel=info
1212
kotlin.mpp.stability.nowarn=true
1313

1414
GROUP=com.squareup.okio
15-
VERSION_NAME=3.15.0-SNAPSHOT
15+
VERSION_NAME=3.15.0

0 commit comments

Comments
 (0)