Skip to content

Release prep v4.2.1 #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.

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

## [v4.2.1](https://github.com/puppetlabs/puppet-lint/tree/v4.2.1) - 2023-10-09

[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v4.2.0...v4.2.1)

### Fixed

- legacy_facts: Deal with variables ending in facts [#155](https://github.com/puppetlabs/puppet-lint/pull/155) ([ekohl](https://github.com/ekohl))

## [v4.2.0](https://github.com/puppetlabs/puppet-lint/tree/v4.2.0) - 2023-08-29

[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v4.1.0...v4.2.0)
Expand Down Expand Up @@ -95,15 +103,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/2.5.2...v3.0.0)

### Changed
- (MAINT) bump ruby version [#50](https://github.com/puppetlabs/puppet-lint/pull/50) ([chelnak](https://github.com/chelnak))

### Added

- (GH-47) Expose additional indexes [#48](https://github.com/puppetlabs/puppet-lint/pull/48) ([chelnak](https://github.com/chelnak))
- Add SARIF support [#40](https://github.com/puppetlabs/puppet-lint/pull/40) ([shaopeng-gh](https://github.com/shaopeng-gh))
- Add GitHub Actions annotations [#34](https://github.com/puppetlabs/puppet-lint/pull/34) ([ekohl](https://github.com/ekohl))

### Changed
- (MAINT) bump ruby version [#50](https://github.com/puppetlabs/puppet-lint/pull/50) ([chelnak](https://github.com/chelnak))

### Fixed

- Don't print GitHub annotations in JSON mode [#35](https://github.com/puppetlabs/puppet-lint/pull/35) ([ekohl](https://github.com/ekohl))
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet-lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class PuppetLint
VERSION = '4.2.0'.freeze
VERSION = '4.2.1'.freeze
end