From 7808ae1b09a9d6dfc05580ec39ec0563f088abe1 Mon Sep 17 00:00:00 2001 From: Jesse Scott Date: Tue, 18 Feb 2020 18:04:27 -0800 Subject: [PATCH 1/2] (MAINT) Add 'incomplete' label to changelog exclusions list --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9e1fe57a7..3d3315476 100644 --- a/Rakefile +++ b/Rakefile @@ -148,7 +148,7 @@ begin labels: ["backwards-incompatible"] } } - config.exclude_labels = ['maintenance'] + config.exclude_labels = ['maintenance','incomplete'] config.user = 'puppetlabs' config.project = 'puppet-strings' end From 0184c77d9baa74c4cc819787e806554c047c129a Mon Sep 17 00:00:00 2001 From: Jesse Scott Date: Tue, 18 Feb 2020 18:04:51 -0800 Subject: [PATCH 2/2] (MAINT) Release prep for 2.4.0 --- CHANGELOG.md | 10 ++++++++++ lib/puppet-strings/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cdfd18f6..02c92f645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All significant changes to this repo will be summarized in this file. +## [v2.4.0](https://github.com/puppetlabs/puppet-strings/tree/v2.4.0) (2020-02-18) + +[Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v2.3.1...v2.4.0) + +Added + +- Add missing HTML output support for enum tag [\#218](https://github.com/puppetlabs/puppet-strings/pull/218) ([seanmil](https://github.com/seanmil)) +- \(PDOC-295\) Add @enum tag support for Enum data types [\#215](https://github.com/puppetlabs/puppet-strings/pull/215) ([seanmil](https://github.com/seanmil)) +- Expanded default search glob for plans. [\#214](https://github.com/puppetlabs/puppet-strings/pull/214) ([Raskil](https://github.com/Raskil)) + ## [v2.3.1](https://github.com/puppetlabs/puppet-strings/tree/v2.3.1) (2019-09-23) [Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v2.3.0...v2.3.1) diff --git a/lib/puppet-strings/version.rb b/lib/puppet-strings/version.rb index 76b56778d..387f4b7ab 100644 --- a/lib/puppet-strings/version.rb +++ b/lib/puppet-strings/version.rb @@ -1,3 +1,3 @@ module PuppetStrings - VERSION = '2.3.1'.freeze + VERSION = '2.4.0'.freeze end