Skip to content

Commit cebd263

Browse files
committed
Prepare for release 5.3.4.
1 parent 6bea6d4 commit cebd263

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,23 @@ Change Log
44
Unreleased
55
----------
66

7+
Version 5.3.4
8+
---------------------
9+
10+
_2025-07-08_
11+
12+
### Common
13+
714
* In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.
815

16+
### Wire Compiler
17+
18+
* Add Kotlin enum mode as a compiler arg (#3339 by [Justin Bisignano][JustinBis])
19+
20+
### Swift
21+
22+
* Mark generated enums with @objc (#3190 by [Dimitris Koutsogiorgas][dnkoutso])
23+
924
Version 5.3.3
1025
---------------------
1126

@@ -1627,6 +1642,7 @@ Initial version.
16271642
[jimfs]: https://github.com/google/jimfs
16281643
[lickel]: https://github.com/lickel
16291644
[liutikas]: https://github.com/liutikas
1645+
[JustinBis]: https://github.com/JustinBis
16301646
[mpawliszyn]: https://github.com/mpawliszyn
16311647
[mpeyper]: https://github.com/mpeyper
16321648
[okhttp_4_9_3]: https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-493

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.4
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.4
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.4
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.4

0 commit comments

Comments
 (0)