Skip to content

Commit

Permalink
Changelog & version bump for 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Oct 5, 2017
1 parent c2637ea commit 954e640
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.1.7
9.2.0

0 comments on commit 954e640

Please sign in to comment.