Skip to content

Commit 5d1a3eb

Browse files
authored
Merge pull request #31 from bastelfreak/rel210
Release 2.1.0
2 parents a45054d + 41efa98 commit 5d1a3eb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

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

5-
## [2.0.8](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.0.8) (2021-07-24)
5+
## [2.1.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.1.0) (2022-11-29)
6+
7+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.8...2.1.0)
8+
9+
**Implemented enhancements:**
10+
11+
- puppet-lint: Allow 3.x [\#30](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/30) ([bastelfreak](https://github.com/bastelfreak))
12+
13+
## [2.0.8](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.0.8) (2021-07-25)
614

715
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.7...2.0.8)
816

puppet-lint-strict_indent-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-strict_indent-check'
3-
spec.version = '2.0.8'
3+
spec.version = '2.1.0'
44
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-strict_indent-check'
55
spec.license = 'Mozilla 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 = 'puppet-lint strict indent check'

0 commit comments

Comments
 (0)