Skip to content

Commit

Permalink
Tag v17.7.0 (#3050)
Browse files Browse the repository at this point in the history
* Tag v17.7.0

* Update plugin
  • Loading branch information
Tatskaari committed Jan 18, 2024
1 parent 4a991ca commit 11052fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.6.2
17.7.0
2 changes: 1 addition & 1 deletion docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.11.4",
revision = "v1.14.1",
)

plugin_repo(
Expand Down

0 comments on commit 11052fd

Please sign in to comment.