Skip to content

Commit

Permalink
Prepare for release 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldergod committed Jul 15, 2024
1 parent c7696c8 commit 2873490
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

Version 5.0.0
---------------------

_2024-07-15_

### Common

* Prevent conflicts for options of different types but with similar names (#3005)
* Support all Gradle entries for file collections (#2946)
* `srcDir(String)` has been deprecated in favor of `srcDir(Any)` which better leverages Gradle to
handle dependencies.

Version 5.0.0-alpha04
---------------------

Expand Down
2 changes: 1 addition & 1 deletion 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=5.1.0-SNAPSHOT
VERSION_NAME=5.0.0

# Publishing SHA 256 and 512 hashes of maven-metadata is not supported by Sonatype and Nexus.
# See https://github.com/gradle/gradle/issues/11308 and https://issues.sonatype.org/browse/NEXUS-21802
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=false
org.gradle.unsafe.configuration-cache=true
org.gradle.configuration-cache=true
VERSION_NAME=5.1.0-SNAPSHOT
VERSION_NAME=5.0.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION_NAME=5.1.0-SNAPSHOT
VERSION_NAME=5.0.0

0 comments on commit 2873490

Please sign in to comment.