Skip to content

Commit eca0e40

Browse files
committed
Prepare for release 3.12.0.
1 parent eca2120 commit eca0e40

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change Log
22
==========
33

4+
## Version 3.12.0
5+
6+
_2025-05-27_
7+
8+
* New: Support an optional end index when searching with `BufferedSource.indexOf()`.
9+
* Fix: Don't do unnecessary work in `BufferedSource.rangeEquals()`.
10+
* Upgrade: [Kotlin 2.1.21][kotlin_2_1_21].
11+
12+
413
## Version 3.11.0
514

615
_2025-04-09_
@@ -962,6 +971,7 @@ _2014-04-08_
962971
[kotlin_1_9_10]: https://github.com/JetBrains/kotlin/releases/tag/v1.9.10
963972
[kotlin_1_9_21]: https://github.com/JetBrains/kotlin/releases/tag/v1.9.21
964973
[kotlin_2_1_20]: https://github.com/JetBrains/kotlin/releases/tag/v2.1.20
974+
[kotlin_2_1_21]: https://github.com/JetBrains/kotlin/releases/tag/v2.1.21
965975
[loom]: https://wiki.openjdk.org/display/loom/Getting+started
966976
[maven_provided]: https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
967977
[preview1]: https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md

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

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

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

0 commit comments

Comments
 (0)