Skip to content

Commit 9188dc7

Browse files
author
sanfrancrisko
committed
Release prep for v2.9.0
1 parent 3450452 commit 9188dc7

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All 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)

lib/puppet-strings/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PuppetStrings
4-
VERSION = '2.8.0'
4+
VERSION = '2.9.0'
55
end

0 commit comments

Comments
 (0)