From 596cfb6212c0c92d705edb3971b4c7ee7cd92a7b Mon Sep 17 00:00:00 2001 From: Tim Sharpe Date: Wed, 29 Mar 2017 21:01:39 +1100 Subject: [PATCH] 2.2.1 release --- CHANGELOG.md | 14 ++++++++++++++ lib/puppet-lint/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b15def..e8691a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [2.2.1](https://github.com/rodjek/puppet-lint/tree/2.2.1) (2017-03-29) +[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.2.0...2.2.1) + +**Closed issues:** + +- "undefined method `map' for nil:NilClass" when running check\_whitespace [\#681](https://github.com/rodjek/puppet-lint/issues/681) +- "undefined method `next\_token='" when fixing with check\_whitespace [\#680](https://github.com/rodjek/puppet-lint/issues/680) +- Release 2.2.0 planning and discussion [\#668](https://github.com/rodjek/puppet-lint/issues/668) + +**Merged pull requests:** + +- restore the links between tokens after arrow\_on\_right\_operand\_line\#fix [\#684](https://github.com/rodjek/puppet-lint/pull/684) ([rodjek](https://github.com/rodjek)) +- level\_tokens\[0\] can be nil if there is no params in the top level block [\#682](https://github.com/rodjek/puppet-lint/pull/682) ([rodjek](https://github.com/rodjek)) + ## [2.2.0](https://github.com/rodjek/puppet-lint/tree/2.2.0) (2017-03-29) [Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.1.1...2.2.0) diff --git a/lib/puppet-lint/version.rb b/lib/puppet-lint/version.rb index 131d13da..6b223a41 100644 --- a/lib/puppet-lint/version.rb +++ b/lib/puppet-lint/version.rb @@ -1,3 +1,3 @@ class PuppetLint - VERSION = '2.2.0' + VERSION = '2.2.1' end