File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 33All significant changes to this repo will be summarized in this file.
44
55
6+ ## [ v2.9.0] ( https://github.com/puppetlabs/puppet-strings/tree/v2.9.0 ) (2021-11-29)
7+
8+ [ Full Changelog] ( https://github.com/puppetlabs/puppet-strings/compare/v2.8.0...v2.9.0 )
9+
10+ Added
11+
12+ - Add strings:validate: reference task [ \# 293] ( https://github.com/puppetlabs/puppet-strings/issues/293 )
13+
14+ Fixed
15+
16+ - Fix rare undefined method `any?' for nil: NilClass error [ \# 289] ( https://github.com/puppetlabs/puppet-strings/pull/289 ) ([ sanfrancrisko] ( https://github.com/sanfrancrisko ) )
17+
18+ ** Closed issues:**
19+
20+ - Error: undefined method `any?' for nil: NilClass when generating documentation [ \# 287] ( https://github.com/puppetlabs/puppet-strings/issues/287 )
21+ - Update changelog with recent commits [ \# 283] ( https://github.com/puppetlabs/puppet-strings/issues/283 )
22+ - Please document the ` author ` tag [ \# 256] ( https://github.com/puppetlabs/puppet-strings/issues/256 )
23+
24+ ** Merged pull requests:**
25+
26+ - Implement a strings:validate: reference task [ \# 291] ( https://github.com/puppetlabs/puppet-strings/pull/291 ) ([ ekohl] ( https://github.com/ekohl ) )
27+
628## [ v2.8.0] ( https://github.com/puppetlabs/puppet-strings/tree/v2.8.0 ) (2021-07-19)
729
830[ Full Changelog] ( https://github.com/puppetlabs/puppet-strings/compare/v2.7.0...v2.8.0 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PuppetStrings
4- VERSION = '2.8 .0'
4+ VERSION = '2.9 .0'
55end
You can’t perform that action at this time.
0 commit comments