File tree Expand file tree Collapse file tree 5 files changed +22
-4
lines changed
wire-gradle-plugin/src/test/projects
configuration-cache-failure
lazy-configuration-resolution Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ Change Log
44Unreleased
55----------
66
7+ Version 5.3.6
8+ ---------------------
9+
10+ _ 2025-08-05_
11+
12+ ### CLI
13+
14+ * New CLI option ` --ignore_unused_roots_and_prunes ` (#3354 )
15+
16+ ### JVM
17+
18+ * Fix: Handle negative hexadecimal in default values (#3355 )
19+ * Optimization: Avoid copying of repeated and map types when mutableTypes are being used (#3352 by [ Rahul Ravikumar] [ tikurahul ] )
20+
21+ ### Swift
22+
23+ * Fix: Properly disambiguate OneOf enum if it has the same name as enclosing type (#3350 by [ Dimitris Koutsogiorgas] [ dnkoutso ] )
24+
725Version 5.3.5
826---------------------
927
Original file line number Diff line number Diff line change 11org.gradle.jvmargs ='-Dfile.encoding=UTF-8'
22
33GROUP =com.squareup.wire
4- VERSION_NAME =5.4.0-SNAPSHOT
4+ VERSION_NAME =5.3.6
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
Original file line number Diff line number Diff line change 11org.gradle.caching =false
22org.gradle.unsafe.configuration-cache =true
33org.gradle.configuration-cache =true
4- VERSION_NAME =5.4.0-SNAPSHOT
4+ VERSION_NAME =5.3.6
Original file line number Diff line number Diff line change 1- VERSION_NAME =5.4.0-SNAPSHOT
1+ VERSION_NAME =5.3.6
Original file line number Diff line number Diff line change 11org.gradle.configureondemand =true
2- VERSION_NAME =5.4.0-SNAPSHOT
2+ VERSION_NAME =5.3.6
You can’t perform that action at this time.
0 commit comments