Skip to content

Commit a45eb5e

Browse files
committed
Prepare for release 3.14.0.
1 parent 5ee94a1 commit a45eb5e

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,17 @@ Change Log
66
* None yet.
77

88

9+
## Version 3.14.0
10+
11+
_2025-06-28_
12+
13+
* Upgrade: [kotlinx-datetime 0.7.0][datetime_0_7_0]. This impacts the `okio-fakefilesystem`
14+
artifact only. This is a binary-incompatible backwards-incompatible change that cannot co-exist
15+
with previous releases of `okio-fakefilesystem`! If you observe a `NoSuchMethodError` calling
16+
`FakeFileSystem.init`, update the calling code to this release (or newer) and recompile. We don't
17+
like imposing backwards-incompatible changes like this on you and do so regretfully.
18+
19+
920
## Version 3.13.0
1021

1122
_2025-06-13_
@@ -977,6 +988,7 @@ _2014-04-08_
977988
[Central Portal Snapshots repository]: https://central.sonatype.org/publish/publish-portal-snapshots/
978989
[bom]: https://docs.gradle.org/6.2/userguide/platforms.html#sub:bom_import
979990
[datetime_0_3_0]: https://github.com/Kotlin/kotlinx-datetime/releases/tag/v0.3.0
991+
[datetime_0_7_0]: https://github.com/Kotlin/kotlinx-datetime/releases/tag/v0.7.0
980992
[gradle_metadata]: https://blog.gradle.org/gradle-metadata-1.0
981993
[hierarchical_projects]: https://kotlinlang.org/docs/multiplatform-hierarchy.html
982994
[kotlin_1_4_10]: https://github.com/JetBrains/kotlin/releases/tag/v1.4.10

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.13.0")
101+
implementation("com.squareup.okio:okio:3.14.0")
102102
```
103103

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

112112
dependencies {
113-
implementation("com.squareup.okio:okio:3.14.0-SNAPSHOT")
113+
implementation("com.squareup.okio:okio:3.15.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.14.0-SNAPSHOT
15+
VERSION_NAME=3.14.0

0 commit comments

Comments
 (0)