Skip to content

Commit b029765

Browse files
Merge pull request #94 from puppetlabs/CONT-674-bump_version
(CONT-674) Release Prep
2 parents 2fd501a + eed7f4d commit b029765

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1+
<!-- markdownlint-disable MD024 -->
12
# Changelog
23

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

56
The 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

lib/puppet-lint/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class PuppetLint
2-
VERSION = '3.0.1'.freeze
2+
VERSION = '3.1.0'.freeze
33
end

0 commit comments

Comments
 (0)