Skip to content

Commit 59e9f1b

Browse files
authored
Merge pull request #221 from scotje/release_2.4.0
(MAINT) Release prep for 2.4.0
2 parents eee31e6 + 0184c77 commit 59e9f1b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All significant changes to this repo will be summarized in this file.
44

55

6+
## [v2.4.0](https://github.com/puppetlabs/puppet-strings/tree/v2.4.0) (2020-02-18)
7+
8+
[Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v2.3.1...v2.4.0)
9+
10+
Added
11+
12+
- Add missing HTML output support for enum tag [\#218](https://github.com/puppetlabs/puppet-strings/pull/218) ([seanmil](https://github.com/seanmil))
13+
- \(PDOC-295\) Add @enum tag support for Enum data types [\#215](https://github.com/puppetlabs/puppet-strings/pull/215) ([seanmil](https://github.com/seanmil))
14+
- Expanded default search glob for plans. [\#214](https://github.com/puppetlabs/puppet-strings/pull/214) ([Raskil](https://github.com/Raskil))
15+
616
## [v2.3.1](https://github.com/puppetlabs/puppet-strings/tree/v2.3.1) (2019-09-23)
717

818
[Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v2.3.0...v2.3.1)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ begin
148148
labels: ["backwards-incompatible"]
149149
}
150150
}
151-
config.exclude_labels = ['maintenance']
151+
config.exclude_labels = ['maintenance','incomplete']
152152
config.user = 'puppetlabs'
153153
config.project = 'puppet-strings'
154154
end

lib/puppet-strings/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PuppetStrings
2-
VERSION = '2.3.1'.freeze
2+
VERSION = '2.4.0'.freeze
33
end

0 commit comments

Comments
 (0)