Skip to content

Commit ffa4005

Browse files
authored
Merge pull request #46 from marcusdots/r3.0.1
Release preparation 3.0.1
2 parents 6654f0e + 45f9e2b commit ffa4005

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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

5+
## [3.0.1](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/3.0.1) (2025-12-09)
6+
7+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/3.0.0...3.0.1)
8+
9+
**Fixed bugs:**
10+
11+
- Autofix adds double comma on nested structure [\#44](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/issues/44)
12+
- Fix bracket matching of nested arrays [\#45](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/45) ([alexjfisher](https://github.com/alexjfisher))
13+
514
## [3.0.0](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/3.0.0) (2025-09-25)
615

716
[Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/2.0.0...3.0.0)

puppet-lint-trailing_comma-check.gemspec

Lines changed: 1 addition & 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 = '3.0.0'
3+
spec.version = '3.0.1'
44
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-trailing_comma-check'
55
spec.license = 'Apache-2.0'
66
spec.author = 'Vox Pupuli'

0 commit comments

Comments
 (0)