Update CHANGELOG and Modulefile for 2.0.0 release
This commit is contained in:
parent
ef4ef11ae0
commit
666225c988
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-08-04 Puppet Labs <support@puppetlabs.com> - 2.0.0
|
||||||
|
* Rename whole_line to file_line
|
||||||
|
* This is an API change and as such motivating a 2.0.0 release according to semver.org.
|
||||||
|
|
||||||
2011-08-04 Puppet Labs <support@puppetlabs.com> - 1.1.0
|
2011-08-04 Puppet Labs <support@puppetlabs.com> - 1.1.0
|
||||||
* Rename append_line to whole_line
|
* Rename append_line to whole_line
|
||||||
* This is an API change and as such motivating a 1.1.0 release.
|
* This is an API change and as such motivating a 1.1.0 release.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name 'puppetlabs-stdlib'
|
name 'puppetlabs-stdlib'
|
||||||
version '1.1.0'
|
version '2.0.0'
|
||||||
source 'git://github.com/puppetlabs/puppetlabs-stdlib'
|
source 'git://github.com/puppetlabs/puppetlabs-stdlib'
|
||||||
author 'puppetlabs'
|
author 'puppetlabs'
|
||||||
license 'Apache 2.0'
|
license 'Apache 2.0'
|
||||||
|
|
Loading…
Reference in a new issue