File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable MD024 -->
12# Changelog
23
34All notable changes to this project will be documented in this file.
45
56The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
7+
8+ ## [ v3.1.0] ( https://github.com/puppetlabs/puppet-lint/tree/v3.1.0 ) - 2023-02-28
9+
10+ [ Full Changelog] ( https://github.com/puppetlabs/puppet-lint/compare/v3.0.1...v3.1.0 )
11+
12+ ### Added
13+
14+ - (CONT-670) Add legacy facts check [ #91 ] ( https://github.com/puppetlabs/puppet-lint/pull/91 ) ([ chelnak] ( https://github.com/chelnak ) )
15+ - (CONT-339) Lower Ruby requirement [ #87 ] ( https://github.com/puppetlabs/puppet-lint/pull/87 ) ([ chelnak] ( https://github.com/chelnak ) )
16+ - (CONT-339) Add top scope facts check [ #85 ] ( https://github.com/puppetlabs/puppet-lint/pull/85 ) ([ chelnak] ( https://github.com/chelnak ) )
17+
18+ ### Fixed
19+
20+ - (CONT-666) Skip classref types [ #93 ] ( https://github.com/puppetlabs/puppet-lint/pull/93 ) ([ chelnak] ( https://github.com/chelnak ) )
21+ - Fix first token whitespace [ #86 ] ( https://github.com/puppetlabs/puppet-lint/pull/86 ) ([ nwoythal] ( https://github.com/nwoythal ) )
22+ - Fix assertion when rspec-json_expectations is missing [ #75 ] ( https://github.com/puppetlabs/puppet-lint/pull/75 ) ([ ekohl] ( https://github.com/ekohl ) )
23+ - (CONT-214) Fix rubocop inheritance [ #70 ] ( https://github.com/puppetlabs/puppet-lint/pull/70 ) ([ chelnak] ( https://github.com/chelnak ) )
24+
625## [ v3.0.1] ( https://github.com/puppetlabs/puppet-lint/tree/v3.0.1 ) - 2022-10-20
726
827[ Full Changelog] ( https://github.com/puppetlabs/puppet-lint/compare/v3.0.0...v3.0.1 )
@@ -18,9 +37,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1837### Added
1938
2039- (GH-47 ) Expose additional indexes [ #48 ] ( https://github.com/puppetlabs/puppet-lint/pull/48 ) ([ chelnak] ( https://github.com/chelnak ) )
21-
2240- Add SARIF support [ #40 ] ( https://github.com/puppetlabs/puppet-lint/pull/40 ) ([ shaopeng-gh] ( https://github.com/shaopeng-gh ) )
23-
2441- Add GitHub Actions annotations [ #34 ] ( https://github.com/puppetlabs/puppet-lint/pull/34 ) ([ ekohl] ( https://github.com/ekohl ) )
2542
2643### Changed
Original file line number Diff line number Diff line change 11class PuppetLint
2- VERSION = '3.0.1 ' . freeze
2+ VERSION = '3.1.0 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments