Skip to content

Commit f4faeeb

Browse files
authored
Merge pull request #25 from alexjfisher/rel_1_6_0
Release 1.6.0
2 parents ea76880 + ff3d6b3 commit f4faeeb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v1.6.0](https://github.com/voxpupuli/puppet-lint-param-docs/tree/v1.6.0) (2020-10-05)
4+
5+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-param-docs/compare/v1.5.1...v1.6.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Warn if parameters that don't exist are documented [\#20](https://github.com/voxpupuli/puppet-lint-param-docs/pull/20) ([alexjfisher](https://github.com/alexjfisher))
10+
- Warn if a parameter is documented more than once and remove support for multi-line \(`/\* \*/`\) comments [\#19](https://github.com/voxpupuli/puppet-lint-param-docs/pull/19) ([alexjfisher](https://github.com/alexjfisher))
11+
12+
**Fixed bugs:**
13+
14+
- Don't warn if name/title are documented in defines [\#22](https://github.com/voxpupuli/puppet-lint-param-docs/pull/22) ([alexjfisher](https://github.com/alexjfisher))
15+
16+
**Merged pull requests:**
17+
18+
- Use absolute parameter name in warnings [\#23](https://github.com/voxpupuli/puppet-lint-param-docs/pull/23) ([alexjfisher](https://github.com/alexjfisher))
19+
- Only release on Ruby 2.6 Travis workers [\#15](https://github.com/voxpupuli/puppet-lint-param-docs/pull/15) ([ekohl](https://github.com/ekohl))
20+
321
## [v1.5.1](https://github.com/voxpupuli/puppet-lint-param-docs/tree/v1.5.1) (2020-06-23)
422

523
[Full Changelog](https://github.com/voxpupuli/puppet-lint-param-docs/compare/v1.5.0...v1.5.1)

Diff for: puppet-lint-param-docs.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'puppet-lint-param-docs'
3-
spec.version = '1.5.1'
3+
spec.version = '1.6.0'
44
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-param-docs'
55
spec.license = 'MIT'
66
spec.author = 'Vox Pupuli'

0 commit comments

Comments
 (0)