Skip to content

Commit b4e61a1

Browse files
committed
Prepare for release 6.0.0.
1 parent 5954750 commit b4e61a1

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Change Log
44
Unreleased
55
----------
66

7+
Version 6.0.0
8+
---------------------
9+
10+
_2026-03-13_
11+
12+
### Common
13+
14+
* Correctly decode packed zero length uint (#3529)
15+
* Support for multi-line type definition (#3535 by [Joe][jhansche])
16+
17+
### Kotlin
18+
19+
* Removed `!!` on some non-nullable fields. Should reduce warnings (#3533 by [Alexandre Leblanc][mrtryhard])
20+
21+
### Gradle plugin
22+
23+
* Bumped to Gradle `9.3`.
24+
* Okio to `3.17.0`.
25+
726
Version 5.5.1
827
---------------------
928

@@ -1807,12 +1826,14 @@ Initial version.
18071826
[jamieQ]: https://github.com/jamieQ
18081827
[javapoet]: https://github.com/square/javapoet
18091828
[jdbp-classpass]: https://github.com/jdbp-classpass
1829+
[jhansche]: https://github.com/jhansche
18101830
[jimfs]: https://github.com/google/jimfs
18111831
[jszumski]: https://github.com/jszumski
18121832
[lickel]: https://github.com/lickel
18131833
[liutikas]: https://github.com/liutikas
18141834
[mpawliszyn]: https://github.com/mpawliszyn
18151835
[mpeyper]: https://github.com/mpeyper
1836+
[mrtryhard]: https://github.com/mrtryhard
18161837
[okhttp_4_9_3]: https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-493
18171838
[okio_3_0_0]: https://square.github.io/okio/changelog/#version-300
18181839
[okio_3_0_0_a_3]: https://square.github.io/okio/changelog/#version-300-alpha3

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
22

33
GROUP=com.squareup.wire
4-
VERSION_NAME=6.1.0-SNAPSHOT
4+
VERSION_NAME=6.0.0
55

66
# Publishing SHA 256 and 512 hashes of maven-metadata is not supported by Sonatype and Nexus.
77
# See https://github.com/gradle/gradle/issues/11308 and https://issues.sonatype.org/browse/NEXUS-21802
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.caching=false
22
org.gradle.unsafe.configuration-cache=true
33
org.gradle.configuration-cache=true
4-
VERSION_NAME=6.1.0-SNAPSHOT
4+
VERSION_NAME=6.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_NAME=6.1.0-SNAPSHOT
1+
VERSION_NAME=6.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.configureondemand=true
2-
VERSION_NAME=6.1.0-SNAPSHOT
2+
VERSION_NAME=6.0.0

0 commit comments

Comments
 (0)