File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
66The 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.4] ( https://github.com/puppetlabs/puppet-lint-stdlib_deprecations/tree/v0.0.4 ) - 2026-03-18
9+
10+ [ Full Changelog] ( https://github.com/puppetlabs/puppet-lint-stdlib_deprecations/compare/v0.0.3...v0.0.4 )
11+
12+ ### Added
13+
14+ - Relax puppet-lint dependency to allow puppet-lint 5 [ #17 ] ( https://github.com/puppetlabs/puppet-lint-stdlib_deprecations/pull/17 ) ([ bootc] ( https://github.com/bootc ) )
15+
816## [ v0.0.3] ( https://github.com/puppetlabs/puppet-lint-stdlib_deprecations/tree/v0.0.3 ) - 2024-10-09
917
1018[ Full Changelog] ( https://github.com/puppetlabs/puppet-lint-stdlib_deprecations/compare/v0.0.2...v0.0.3 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33class StdlibDeprecations
4- VERSION ||= '0.0.3 '
4+ VERSION ||= '0.0.4 '
55end
You can’t perform that action at this time.
0 commit comments