Skip to content

Commit 2316d46

Browse files
committed
Prepare for release 6.1.0.
1 parent fafd987 commit 2316d46

5 files changed

Lines changed: 23 additions & 4 deletions

File tree

CHANGELOG.md

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

7+
Version 6.1.0
8+
---------------------
9+
10+
_2026-03-24_
11+
12+
### Common
13+
14+
* Validate Timestamp during serialization that values are within spec's range (#3550)
15+
* Read quoted string when expecting an import (#3554)
16+
17+
### Gradle plugin
18+
19+
* Don't override proto target when `protoLibrary` is true (#3549)
20+
21+
### Swift
22+
23+
* Add `google.protobuf.Struct` support to Swift runtime (#3544 by [Alan Zhang][alanjzhang])
24+
725
Version 6.0.0
826
---------------------
927

@@ -1827,6 +1845,7 @@ Initial version.
18271845
[javapoet]: https://github.com/square/javapoet
18281846
[jdbp-classpass]: https://github.com/jdbp-classpass
18291847
[jhansche]: https://github.com/jhansche
1848+
[alanjzhang]: https://github.com/alanjzhang
18301849
[jimfs]: https://github.com/google/jimfs
18311850
[jszumski]: https://github.com/jszumski
18321851
[lickel]: https://github.com/lickel

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.1.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.1.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.1.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.1.0

0 commit comments

Comments
 (0)