Skip to content

Commit 18e5a2a

Browse files
committed
Prepare for release 5.3.11.
1 parent 3e55dee commit 18e5a2a

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

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

7+
Version 5.3.11
8+
---------------------
9+
10+
_2025-08-18_
11+
12+
### Swift
13+
14+
* Fix a naming collision if a oneof is called `container` (#3364 by [John Szumski][jszumski])
15+
716
Version 5.3.10
817
---------------------
918

@@ -1691,6 +1700,7 @@ Initial version.
16911700
[custom-handlers-recipes]: https://github.com/square/wire/tree/c3c5f559556ad9d41582a0e0a025679b5493f7aa/wire-library/wire-schema-tests/src/test/java/com/squareup/wire/recipes
16921701
[damianw]: https://github.com/damianw
16931702
[dnkoutso]: https://github.com/dnkoutso
1703+
[jszumski]: https://github.com/jszumski
16941704
[event_listener]: https://github.com/square/wire/blob/3e300c492a74e80260581e3aee624d9cf3e5b1f8/wire-schema/src/commonMain/kotlin/com/squareup/wire/schema/EventListener.kt#L105-L111
16951705
[frojasg]: https://github.com/frojasg
16961706
[javapoet]: https://github.com/square/javapoet

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

0 commit comments

Comments
 (0)