Skip to content

Commit eb89222

Browse files
authored
Merge pull request #97 from puppetlabs/maint-release_prep_3_1_1
(MAINT) Release prep for v3.2.0
2 parents 5accc62 + adbf035 commit eb89222

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v3.2.0](https://github.com/puppetlabs/puppet-lint/tree/v3.2.0) - 2023-02-28
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.1.0...v3.2.0)
11+
12+
### Added
13+
14+
- codeclimate (GitLab Code Quality compatible) output support [#79](https://github.com/puppetlabs/puppet-lint/pull/79) ([alexjfisher](https://github.com/alexjfisher))
15+
16+
### Fixed
17+
18+
- (CONT-675) Fix fact detection [#96](https://github.com/puppetlabs/puppet-lint/pull/96) ([chelnak](https://github.com/chelnak))
19+
820
## [v3.1.0](https://github.com/puppetlabs/puppet-lint/tree/v3.1.0) - 2023-02-28
921

1022
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.0.1...v3.1.0)

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.1.0'.freeze
2+
VERSION = '3.2.0'.freeze
33
end

0 commit comments

Comments
 (0)