File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.0.0] ( https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/1.0.0 ) (2022-11-29)
6
+
7
+ [ Full Changelog] ( https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.4.3...1.0.0 )
8
+
9
+ ** Implemented enhancements:**
10
+
11
+ - puppet-lint: Allow 3.x [ \# 29] ( https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/29 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
12
+
5
13
## [ 0.4.3] ( https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.4.3 ) (2022-10-13)
6
14
7
15
[ Full Changelog] ( https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.4.2...0.4.3 )
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |spec |
2
2
spec . name = 'puppet-lint-trailing_comma-check'
3
- spec . version = '0.4.3 '
3
+ spec . version = '1.0.0 '
4
4
spec . homepage = 'https://github.com/voxpupuli/puppet-lint-trailing_comma-check'
5
5
spec . license = 'Apache-2.0'
6
6
spec . author = 'Vox Pupuli'
@@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
10
10
'LICENSE' ,
11
11
'lib/**/*' ,
12
12
'spec/**/*' ,
13
+ 'CHANGELOG.md' ,
13
14
]
14
15
spec . test_files = Dir [ 'spec/**/*' ]
15
16
spec . summary = 'A puppet-lint plugin to check for missing trailing commas.'
You can’t perform that action at this time.
0 commit comments