Skip to content

Commit

Permalink
Prepare for release 3.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldergod committed Mar 9, 2021
1 parent 8ecb645 commit af12664
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

Version 3.6.1
-------------

_2021-03-09_

* Fix: The Wire Gradle plugin now supports Java only Android projects.
* Fix: In the Wire Gradle plugin, `sourcePath` will now include only protos defined with `include`
if the option is present. It used to include all existing `.proto` files even if `include` was
used.
* New: Full support Optional Int64 and UInt64 for JSONString in Swift.

Version 3.6.0
-------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,14 +575,14 @@ With Maven:
<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-runtime</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
</dependency>
```

With Gradle:

```groovy
api "com.squareup.wire:wire-runtime:3.6.0"
api "com.squareup.wire:wire-runtime:3.6.1"
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
2 changes: 1 addition & 1 deletion wire-library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs='-Dfile.encoding=UTF-8'

GROUP=com.squareup.wire
VERSION_NAME=3.6.1-SNAPSHOT
VERSION_NAME=3.6.1

POM_URL=https://github.com/square/wire
POM_SCM_URL=https://github.com/square/wire
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION_NAME=3.6.1-SNAPSHOT
VERSION_NAME=3.6.1

0 comments on commit af12664

Please sign in to comment.