From 4113aed4f6b882ab5f1b2724e5ea6810664bb200 Mon Sep 17 00:00:00 2001 From: dimitar Date: Mon, 4 Jul 2016 11:40:05 +0100 Subject: [PATCH] new version and changelog --- ChangeLog | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 19cd3e64c3..099b655b77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Version 3.6.0 +------------- + + * add a `src_dir` argument to java_library + * allow attaching deps to a remote_file + * fix `plz clean` background bug + * #107 Introduce https and mutual auth support to RPC cache + * #108 New query subcommand, `plz query whatoutputs`, which queries the current graph and returns the + target responsible for the provided file(s) + + Version 3.5.0 ------------- diff --git a/VERSION b/VERSION index 1545d96657..40c341bdcd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.0 +3.6.0