From ad24d772e3fea3812cd0e4aba4c64acda2ee0673 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Thu, 14 Dec 2023 14:27:05 +0000 Subject: [PATCH] Tag v17.4.0-beta.10 (#2994) --- ChangeLog | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 320ed6a8c7..daf1f8cf7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,8 @@ Version 17.4.0 `go_repo` (#2972) * Allow dicts to be passed as `genrule`'s `data` parameter, with similar semantics to those of `srcs` and `tools` (#2985) + * Add `--out_dir` option to `build` command (#2950) + * Add `add_entry_point` and `get_entry_points` built-in functions (#2993) Version 17.3.1 -------------- diff --git a/VERSION b/VERSION index ca2edc0b34..ce196298f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.4.0-beta.9 +17.4.0-beta.10