Skip to content

Commit

Permalink
Create patch release v1.3.2
Browse files Browse the repository at this point in the history
Contains a fix to invalid pseudo-versions found in the go.mod files of
some of our dependencies. This has been cherry-picked from the master
branch.
  • Loading branch information
Rob Percival committed Sep 5, 2019
1 parent 5e5ba6a commit 10ac7e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## HEAD

Not yet released; provisionally v2.0.0 (may change).
Not yet released; provisionally v1.3.3 (may change).

## v1.3.2 - Module fixes

Published 2019-09-05 17:30:00 +0000 UTC

Patch release to address Go Module issue. Some dependencies use invalid pseudo-
versions in their go.mod files that Go 1.13 rejects. We've added `replace`
directives to our go.mod file to fix these invalid pseudo-versions.

## v1.3.1 - Module and Bazel fixes

Expand Down

0 comments on commit 10ac7e3

Please sign in to comment.