diff --git a/ChangeLog b/ChangeLog index a4da2a3e89..ce900120f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 17.7.0 +-------------- + * Make `json()` marshal `range` as a list (#3044) + * Allow setting `PLZ_REPO_ROOT` env variable to tell Please where the repo + root is (#3046) + Version 17.6.2 -------------- * Performance improvements for clean remote execution builds (#3038) diff --git a/VERSION b/VERSION index b3b459a89a..50dcdf6c3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.6.2 +17.7.0 \ No newline at end of file diff --git a/docs/BUILD b/docs/BUILD index a28ab19e7b..18ba2e970b 100644 --- a/docs/BUILD +++ b/docs/BUILD @@ -59,7 +59,7 @@ genrule( plugins = { "python": "v1.5.0", "java": "v0.4.0", - "go": "v1.13.2", + "go": "v1.14.1", "cc": "v0.4.0", "shell": "v0.2.0", "go-proto": "v0.3.0", diff --git a/plugins/BUILD b/plugins/BUILD index 453425034d..bdf5c56ebd 100644 --- a/plugins/BUILD +++ b/plugins/BUILD @@ -1,7 +1,7 @@ plugin_repo( name = "go", plugin = "go-rules", - revision = "v1.11.4", + revision = "v1.14.1", ) plugin_repo(