1
0
mirror of https://github.com/square/okhttp.git synced 2025-04-19 07:42:15 +03:00

Prepare for release 5.0.0-alpha.14.

This commit is contained in:
Jesse Wilson 2024-04-17 21:31:39 -04:00
parent d6613810ee
commit 35f490393f
2 changed files with 13 additions and 1 deletions

View File

@ -5,6 +5,18 @@ Change Log
See [4.x Change log](https://square.github.io/okhttp/changelogs/changelog_4x/) for the stable version changelogs.
## Version 5.0.0-alpha.14
_2024-04-17_
* Breaking: Move coroutines extensions to okhttp3.coroutines. Previously this artifact shared the
`okhttp3` package name with our core module, which is incompatible with the Java Platform Module
System.
* Fix in okhttp-coroutines: Publish a valid artifact. The coroutines JAR file in 5.0.0-alpha.13
was corrupt and should not be used.
## Version 5.0.0-alpha.13
_2024-04-16_

View File

@ -47,7 +47,7 @@ configure<SpotlessExtension> {
allprojects {
group = "com.squareup.okhttp3"
version = "5.0.0-SNAPSHOT"
version = "5.0.0-alpha.14"
repositories {
mavenCentral()