Skip to content

Commit da0bda2

Browse files
Merge pull request #15 from puppetlabs/release-prep
Release prep v0.0.3
2 parents eda138e + ffb9aef commit da0bda2

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.3](https://github.com/puppetlabs/puppet-lint-stdlib_deprecations/tree/v0.0.3) - 2024-10-09
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-lint-stdlib_deprecations/compare/v0.0.2...v0.0.3)
11+
12+
### Fixed
13+
14+
- (bug) - Add validate_legacy to function check [#14](https://github.com/puppetlabs/puppet-lint-stdlib_deprecations/pull/14) ([jordanbreen28](https://github.com/jordanbreen28))
15+
816
## [v0.0.2](https://github.com/puppetlabs/puppet-lint-stdlib_deprecations/tree/v0.0.2) - 2024-10-03
917

1018
[Full Changelog](https://github.com/puppetlabs/puppet-lint-stdlib_deprecations/compare/v0.0.1...v0.0.2)

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.2'
4+
VERSION ||= '0.0.3'
55
end

0 commit comments

Comments
 (0)