Skip to content

Commit

Permalink
Merge pull request #45 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v0.0.5
  • Loading branch information
LukasAud authored May 23, 2024
2 parents f03f742 + 7d200e8 commit 4f74cc4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

## [v0.0.5](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/tree/v0.0.5) - 2024-05-15

[Full Changelog](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/compare/v0.0.4...v0.0.5)

### Fixed

- Fix safe interpolation detection [#48](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/pull/48) ([smortex](https://github.com/smortex))
- Fix detection of insecure interpolations in `unless` parameter [#47](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/pull/47) ([smortex](https://github.com/smortex))
- Fix running the test suite [#46](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/pull/46) ([smortex](https://github.com/smortex))
- (CAT-1301) Update puppet-lint dependency to match vox [#43](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/pull/43) ([GSPatton](https://github.com/GSPatton))
- (CONT-551) Fix get_exec_titles bug [#36](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/pull/36) ([GSPatton](https://github.com/GSPatton))

## [v0.0.4](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/tree/v0.0.4) - 2022-12-12

[Full Changelog](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/compare/v0.0.3...v0.0.4)
Expand All @@ -27,6 +39,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
[Full Changelog](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/compare/v0.0.1...v0.0.2)

### Changed

- (CONT-332) Change puppet-lint version dependency [#24](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/pull/24) ([GSPatton](https://github.com/GSPatton))

## [v0.0.1](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/tree/v0.0.1) - 2022-12-01
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet-lint/plugins/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version of this gem
class CheckUnsafeInterpolations
VERSION ||= '0.0.4'.freeze
VERSION ||= '0.0.5'.freeze
end

0 comments on commit 4f74cc4

Please sign in to comment.