Skip to content

Commit 1129a91

Browse files
authored
Merge pull request #685 from rodjek/2.2.1-release
2.2.1 release
2 parents 755e638 + 596cfb6 commit 1129a91

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [2.2.1](https://github.com/rodjek/puppet-lint/tree/2.2.1) (2017-03-29)
4+
[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.2.0...2.2.1)
5+
6+
**Closed issues:**
7+
8+
- "undefined method `map' for nil:NilClass" when running check\_whitespace [\#681](https://github.com/rodjek/puppet-lint/issues/681)
9+
- "undefined method `next\_token='" when fixing with check\_whitespace [\#680](https://github.com/rodjek/puppet-lint/issues/680)
10+
- Release 2.2.0 planning and discussion [\#668](https://github.com/rodjek/puppet-lint/issues/668)
11+
12+
**Merged pull requests:**
13+
14+
- 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))
15+
- 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))
16+
317
## [2.2.0](https://github.com/rodjek/puppet-lint/tree/2.2.0) (2017-03-29)
418
[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.1.1...2.2.0)
519

lib/puppet-lint/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class PuppetLint
2-
VERSION = '2.2.0'
2+
VERSION = '2.2.1'
33
end

0 commit comments

Comments
 (0)