Skip to content

Commit 7d200e8

Browse files
author
GitHub Actions
committed
Release prep v0.0.5
1 parent de93360 commit 7d200e8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
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+
## [v0.0.5](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/tree/v0.0.5) - 2024-05-15
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/compare/v0.0.4...v0.0.5)
11+
12+
### Fixed
13+
14+
- Fix safe interpolation detection [#48](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/pull/48) ([smortex](https://github.com/smortex))
15+
- 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))
16+
- Fix running the test suite [#46](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/pull/46) ([smortex](https://github.com/smortex))
17+
- (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))
18+
- (CONT-551) Fix get_exec_titles bug [#36](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/pull/36) ([GSPatton](https://github.com/GSPatton))
19+
820
## [v0.0.4](https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations/tree/v0.0.4) - 2022-12-12
921

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

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

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

Diff for: lib/puppet-lint/plugins/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# version of this gem
22
class CheckUnsafeInterpolations
3-
VERSION ||= '0.0.4'.freeze
3+
VERSION ||= '0.0.5'.freeze
44
end

0 commit comments

Comments
 (0)