Skip to content

Commit d4177ed

Browse files
authored
Merge pull request #30 from bastelfreak/rel100
Release 1.0.0
2 parents 732768f + 823ee94 commit d4177ed

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
513
## [0.4.3](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.4.3) (2022-10-13)
614

715
[Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.4.2...0.4.3)

puppet-lint-trailing_comma-check.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'puppet-lint-trailing_comma-check'
3-
spec.version = '0.4.3'
3+
spec.version = '1.0.0'
44
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-trailing_comma-check'
55
spec.license = 'Apache-2.0'
66
spec.author = 'Vox Pupuli'
@@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
1010
'LICENSE',
1111
'lib/**/*',
1212
'spec/**/*',
13+
'CHANGELOG.md',
1314
]
1415
spec.test_files = Dir['spec/**/*']
1516
spec.summary = 'A puppet-lint plugin to check for missing trailing commas.'

0 commit comments

Comments
 (0)