Skip to content

Commit 9bf6d30

Browse files
authored
Merge pull request #536 from rodjek/release2_0_2
Release 2.0.2
2 parents be8e4d0 + 6e1e3e5 commit 9bf6d30

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## [2.0.2](https://github.com/rodjek/puppet-lint/tree/2.0.2) (2016-08-19)
4+
[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.0.1...2.0.2)
5+
6+
**Closed issues:**
7+
8+
- Start a CHANGELOG, make updates part of the build workflow [\#479](https://github.com/rodjek/puppet-lint/issues/479)
9+
- Nested future scope blocks lose local variables from parent scopes. [\#456](https://github.com/rodjek/puppet-lint/issues/456)
10+
- block-local variables \(|$x|\) don't properly get recognized when used as arrays or hashes [\#450](https://github.com/rodjek/puppet-lint/issues/450)
11+
- Option to choose version of the puppet style guide [\#190](https://github.com/rodjek/puppet-lint/issues/190)
12+
13+
**Merged pull requests:**
14+
15+
- Revert "Bugfix: properly handling $gronk-$grouik with --fix \(fix \#442\)" [\#535](https://github.com/rodjek/puppet-lint/pull/535) ([rnelson0](https://github.com/rnelson0))
16+
317
## [2.0.1](https://github.com/rodjek/puppet-lint/tree/2.0.1) (2016-08-18)
418
[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.0.0...2.0.1)
519

@@ -53,10 +67,13 @@
5367
- Catch code outside of class or define block. [\#220](https://github.com/rodjek/puppet-lint/issues/220)
5468
- Catch global code outside of node blocks [\#160](https://github.com/rodjek/puppet-lint/issues/160)
5569
- Add a warning for resources outside of a class [\#69](https://github.com/rodjek/puppet-lint/issues/69)
70+
- Release a new build, 2.0.1 [\#519](https://github.com/rodjek/puppet-lint/issues/519)
71+
- Puppet-Lint 1.1.0 unhandled issue causing exit during -f [\#366](https://github.com/rodjek/puppet-lint/issues/366)
5672

5773
**Merged pull requests:**
5874

5975
- Continue supporting Ruby \< 2 [\#529](https://github.com/rodjek/puppet-lint/pull/529) ([ghoneycutt](https://github.com/ghoneycutt))
76+
- Release 2.0.1 [\#528](https://github.com/rodjek/puppet-lint/pull/528) ([rnelson0](https://github.com/rnelson0))
6077
- Use underscores instead of CamelCase in example [\#527](https://github.com/rodjek/puppet-lint/pull/527) ([ghoneycutt](https://github.com/ghoneycutt))
6178
- new linter for top\_scope\_facts [\#526](https://github.com/rodjek/puppet-lint/pull/526) ([mmckinst](https://github.com/mmckinst))
6279
- \(GH462\) Multi-line comments can now be fixed. [\#525](https://github.com/rodjek/puppet-lint/pull/525) ([rnelson0](https://github.com/rnelson0))
@@ -654,4 +671,4 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
654671
## [0.0.1](https://github.com/rodjek/puppet-lint/tree/0.0.1) (2011-08-15)
655672

656673

657-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
674+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

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.0.1'
2+
VERSION = '2.0.2'
33
end

0 commit comments

Comments
 (0)