From 56a01535c68e36a7defdaa2254204304838d7580 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Wed, 24 Jan 2018 16:26:26 +0000 Subject: [PATCH 1/2] Fix codecov settings See https://github.com/codecov/support/issues/431 --- .codecov.yml => codecov.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .codecov.yml => codecov.yml (100%) diff --git a/.codecov.yml b/codecov.yml similarity index 100% rename from .codecov.yml rename to codecov.yml From 023eba50ba9f044502c091175489d04f009ccede Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Wed, 24 Jan 2018 16:30:44 +0000 Subject: [PATCH 2/2] v0.2.1 release prep --- CHANGELOG.md | 8 ++++++++ lib/puppet/resource_api/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb105b0e..e9e47240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,19 @@ All significant changes to this repo will be summarized in this file. +## [v0.2.1](https://github.com/puppetlabs/puppet-resource_api/tree/v0.2.1) (2018-01-24) +[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.2.0...v0.2.1) + +**Fixed bugs:** + +- gemspec fixes [\#12](https://github.com/puppetlabs/puppet-resource_api/pull/12) ([DavidS](https://github.com/DavidS)) + ## [v0.2.0](https://github.com/puppetlabs/puppet-resource_api/tree/v0.2.0) (2018-01-23) [Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/v0.1.0...v0.2.0) **Implemented enhancements:** +- \(PDK-703\) Resource API introduction with pdk [\#11](https://github.com/puppetlabs/puppet-resource_api/pull/11) ([DavidS](https://github.com/DavidS)) - \(PDK-746\) have a SimpleProvider for simple cases [\#8](https://github.com/puppetlabs/puppet-resource_api/pull/8) ([DavidS](https://github.com/DavidS)) **Fixed bugs:** diff --git a/lib/puppet/resource_api/version.rb b/lib/puppet/resource_api/version.rb index 23b2bf06..f6067fd5 100644 --- a/lib/puppet/resource_api/version.rb +++ b/lib/puppet/resource_api/version.rb @@ -1,5 +1,5 @@ module Puppet module ResourceApi - VERSION = '0.2.0'.freeze + VERSION = '0.2.1'.freeze end end