diff options
author | Ashley Penney <ashley.penney@puppetlabs.com> | 2014-06-27 15:35:00 -0400 |
---|---|---|
committer | Ashley Penney <ashley.penney@puppetlabs.com> | 2014-06-27 15:35:00 -0400 |
commit | 90ed35db1f0a9646f1f9e993384b6f88b0c8d4ca (patch) | |
tree | 517f2c04b6043f8fdf2d89fb9ee6d4382716e8d7 | |
parent | a2b0ea79a9038c6a770fbc15edf11bf8ce43dfb9 (diff) | |
parent | ae82e2cb17c2829d4568ed7223ac8888a47c1d77 (diff) | |
download | puppet-stdlib-90ed35db1f0a9646f1f9e993384b6f88b0c8d4ca.tar.gz puppet-stdlib-90ed35db1f0a9646f1f9e993384b6f88b0c8d4ca.tar.bz2 |
Merge pull request #294 from hunner/release_4.3.0
Release 4.3.0
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 97979bf..acf6032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +##2014-06-27 - Supported Release 4.3.0 +### Summary +This release is the first supported release of the stdlib 4 series. It remains +backwards-compatible with the stdlib 3 series. It adds two new functions, one bugfix, and many testing updates. + +#### Features +- New `bool2str()` function +- New `camalcase()` function + +#### Bugfixes +- Fix `has_interface_with()` when interfaces fact is nil + ##2014-06-04 - Release 4.2.2 ### Summary diff --git a/metadata.json b/metadata.json index ff35d2c..121f673 100644 --- a/metadata.json +++ b/metadata.json @@ -97,7 +97,7 @@ } ], "name": "puppetlabs-stdlib", - "version": "4.2.2", + "version": "4.3.0", "source": "git://github.com/puppetlabs/puppetlabs-stdlib", "author": "puppetlabs", "license": "Apache 2.0", |