Skip to content

Commit 19ecf90

Browse files
committed
Prepare for release 5.3.2.
1 parent 428ae88 commit 19ecf90

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

CHANGELOG.md

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

4+
Version 5.3.2
5+
---------------------
6+
7+
_2025-06-03_
8+
9+
### Common
10+
11+
* Adding wasm target to wire runtime (#3304 by [Michael Pawliszyn][mpawliszyn])
12+
* Fix crash when inlined option map values have multiple fields (#3314 by [Tejas Gupta][tejasna])
13+
14+
### Gradle plugin
15+
16+
* Update InputLocation to be more cache-friendly (#3313 by [Kartikaya Gupta][staktrace])
17+
18+
### Java
19+
20+
* Include oneOfs in `constructorTakesAllFields()` and fix null check in `generateOptionType` (#3310 by [Bruno Freitas][brunofrts])
21+
422
Version 5.3.1
523
---------------------
624

@@ -1584,6 +1602,7 @@ Initial version.
15841602
[aaron-edwards]: https://github.com/aaron-edwards
15851603
[amorde]: https://github.com/amorde
15861604
[bom]: https://docs.gradle.org/6.2/userguide/platforms.html#sub:bom_import
1605+
[brunofrts]: https://github.com/brunofrts
15871606
[custom-handlers-doc]: https://square.github.io/wire/wire_compiler/#custom-handlers
15881607
[custom-handlers-recipes]: https://github.com/square/wire/tree/c3c5f559556ad9d41582a0e0a025679b5493f7aa/wire-library/wire-schema-tests/src/test/java/com/squareup/wire/recipes
15891608
[damianw]: https://github.com/damianw
@@ -1594,6 +1613,7 @@ Initial version.
15941613
[jimfs]: https://github.com/google/jimfs
15951614
[lickel]: https://github.com/lickel
15961615
[liutikas]: https://github.com/liutikas
1616+
[mpawliszyn]: https://github.com/mpawliszyn
15971617
[mpeyper]: https://github.com/mpeyper
15981618
[okhttp_4_9_3]: https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-493
15991619
[okio_3_0_0]: https://square.github.io/okio/changelog/#version-300
@@ -1604,6 +1624,7 @@ Initial version.
16041624
[sashaweiss-signal]: https://github.com/sashaweiss-signal
16051625
[staktrace]: https://github.com/staktrace
16061626
[swiftblogpost]: https://cashapp.github.io/2020-08-19/wire-support-for-swift-part-1
1627+
[tejasna]: https://github.com/tejasna
16071628
[tikurahul]: https://github.com/tikurahul
16081629
[traviscj]: https://github.com/traviscj
16091630
[wire-customizing-output]: https://square.github.io/wire/wire_compiler/#customizing-output

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=5.4.0-SNAPSHOT
4+
VERSION_NAME=5.3.2
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=5.4.0-SNAPSHOT
4+
VERSION_NAME=5.3.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_NAME=5.4.0-SNAPSHOT
1+
VERSION_NAME=5.3.2
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=5.4.0-SNAPSHOT
2+
VERSION_NAME=5.3.2

0 commit comments

Comments
 (0)