File tree 2 files changed +9
-5
lines changed
lib/puppetlabs_spec_helper
2 files changed +9
-5
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.
5
5
6
6
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 ) .
7
7
8
+ ## [ v6.0.2] ( https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v6.0.2 ) - 2023-09-25
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v6.0.1...v6.0.2 )
11
+
12
+ ### Fixed
13
+
14
+ - (CAT-1430) - Require puppet-lint ~ > 4.0 [ #409 ] ( https://github.com/puppetlabs/puppetlabs_spec_helper/pull/409 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
15
+
8
16
## [ v6.0.1] ( https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v6.0.1 ) - 2023-04-25
9
17
10
18
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v6.0.0...v6.0.1 )
@@ -268,10 +276,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
268
276
269
277
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.5.1...v2.6.0 )
270
278
271
- ### Added
272
-
273
- - Add ` defaults ` section to ` .fixtures.yml ` [ #218 ] ( https://github.com/puppetlabs/puppetlabs_spec_helper/pull/218 ) ([ ] ( https://github.com/ ) )
274
-
275
279
## [ v2.5.1] ( https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v2.5.1 ) - 2017-11-22
276
280
277
281
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.5.0...v2.5.1 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module PuppetlabsSpecHelper
4
- VERSION = '6.0.1 '
4
+ VERSION = '6.0.2 '
5
5
end
You can’t perform that action at this time.
0 commit comments