Skip to content

Commit

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

* Add release notes and bump version
* Bump go-rules to v1.16.3
  • Loading branch information
janhancic authored Feb 9, 2024
1 parent 97d2267 commit 7133d5f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 17.8.0
--------------
* Add a --ignore_unknown flag to query whatinputs (#3057)
* Improve somepath --hidden behaviour (#3067)
* Enable `plz build `--shell` to work correctly with remote execution and
subrepos (#3066) (#3069)
* subinclude can now take annotated label and list (#2990)

Version 17.7.0
--------------
* Make `json()` marshal `range` as a list (#3044)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.7.0
17.8.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.16.1",
"go": "v1.16.3",
"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.14.1",
revision = "v1.16.3",
)

plugin_repo(
Expand Down

0 comments on commit 7133d5f

Please sign in to comment.