Skip to content

Commit

Permalink
Merge pull request #30 from bastelfreak/rel100
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
bastelfreak authored Nov 29, 2022
2 parents 732768f + 823ee94 commit d4177ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [1.0.0](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/1.0.0) (2022-11-29)

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

**Implemented enhancements:**

- puppet-lint: Allow 3.x [\#29](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/29) ([bastelfreak](https://github.com/bastelfreak))

## [0.4.3](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.4.3) (2022-10-13)

[Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.4.2...0.4.3)
Expand Down
3 changes: 2 additions & 1 deletion puppet-lint-trailing_comma-check.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'puppet-lint-trailing_comma-check'
spec.version = '0.4.3'
spec.version = '1.0.0'
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-trailing_comma-check'
spec.license = 'Apache-2.0'
spec.author = 'Vox Pupuli'
Expand All @@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
'LICENSE',
'lib/**/*',
'spec/**/*',
'CHANGELOG.md',
]
spec.test_files = Dir['spec/**/*']
spec.summary = 'A puppet-lint plugin to check for missing trailing commas.'
Expand Down

0 comments on commit d4177ed

Please sign in to comment.