diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | Modulefile | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +2012-08-16 - Jeff McCune <jeff@puppetlabs.com> - 3.0.1 + * Fix accidental removal of facts_dot_d.rb in 3.0.0 release + 2012-08-16 - Jeff McCune <jeff@puppetlabs.com> - 3.0.0 * stdlib 3.0 drops support with Puppet 2.6 * stdlib 3.0 preserves support with Puppet 2.7 @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '3.0.0' +version '3.0.1' source 'git://github.com/puppetlabs/puppetlabs-stdlib' author 'puppetlabs' license 'Apache 2.0' |