Skip to content

Commit 74d6556

Browse files
authored
Merge pull request #18 from puppetlabs/release-prep
Release prep v0.0.4
2 parents 5dbcbbc + 3df957b commit 74d6556

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.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)

lib/puppet-lint/plugins/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class StdlibDeprecations
4-
VERSION ||= '0.0.3'
4+
VERSION ||= '0.0.4'
55
end

0 commit comments

Comments
 (0)