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:
parent
d6613810ee
commit
35f490393f
12
CHANGELOG.md
12
CHANGELOG.md
@ -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_
|
||||
|
@ -47,7 +47,7 @@ configure<SpotlessExtension> {
|
||||
|
||||
allprojects {
|
||||
group = "com.squareup.okhttp3"
|
||||
version = "5.0.0-SNAPSHOT"
|
||||
version = "5.0.0-alpha.14"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
Loading…
x
Reference in New Issue
Block a user