From 954e640bbd206834d4964d38ae0c8c51c1513d42 Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Thu, 5 Oct 2017 15:48:50 +0100 Subject: [PATCH] Changelog & version bump for 9.2.0 --- ChangeLog | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 525514d150..9831308a32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Version 9.2.0 +------------- + + * Added check_config builtin which helps with asserting that things are + set in .plzconfig, and ConfigError which is a little more specific than + ParseError. + * Support for passing multiple values for Maven repos (in config and to + rules directly). They're searched in sequence and the rule succeeds as + long as any one contains the requested artifact. + * The name / location of the command invoked for `go` is now configurable. + + Version 9.1.7 ------------- diff --git a/VERSION b/VERSION index 5159d12fbf..deeb3d66ef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.1.7 +9.2.0