Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domcleal committed Jan 30, 2017
1 parent 009729a commit 3ee1e90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2017-01-30 Release 2.3.0
- Add app_management flag for Puppet application orchestration support. Thanks @ipcrm.
- Check all *yaml file extensions, including eyaml. thanks @kjetilho, @rjw1.
- Only test ERB syntax in files with an *.erb extension. Thanks @alexiri.
- Extend README to list specific files and checks implemented. Thanks @petems.
- Refactor Rake filelist generation, add tests. Thanks @kjetilho, @rjw1.

2016-12-02 Release 2.2.0
- Replace Puppet.initialize_settings with Puppet::Test::TestHelper. Thanks @domcleal #60
This clears out caches on every test so increases runtime.
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet-syntax/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PuppetSyntax
VERSION = "2.2.0"
VERSION = "2.3.0"
end

0 comments on commit 3ee1e90

Please sign in to comment.