Skip to content

Commit c7f3516

Browse files
author
GitHub Actions
committed
Release prep v3.3.0
1 parent 16a7d87 commit c7f3516

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.3.0](https://github.com/puppetlabs/puppet-lint/tree/v3.3.0) - 2023-03-07
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.2.0...v3.3.0)
11+
12+
### Added
13+
14+
- (CONT-233) - Add version input to gem_release_prep.yml [#102](https://github.com/puppetlabs/puppet-lint/pull/102) ([jordanbreen28](https://github.com/jordanbreen28))
15+
16+
### Fixed
17+
18+
- (maint) Corrects legacy macOS facts [#103](https://github.com/puppetlabs/puppet-lint/pull/103) ([mhashizume](https://github.com/mhashizume))
19+
820
## [v3.2.0](https://github.com/puppetlabs/puppet-lint/tree/v3.2.0) - 2023-02-28
921

1022
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.1.0...v3.2.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.2.0'.freeze
2+
VERSION = '3.3.0'.freeze
33
end

0 commit comments

Comments
 (0)