File tree 2 files changed +11
-2
lines changed
lib/puppetlabs_spec_helper
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,16 @@ 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
- ## [ v7.0.2] ( https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v7.0.2 ) - 2023-12-10
8
+ ## [ v7.0.3] ( https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v7.0.3 ) - 2024-01-24
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v7.0.2...v7.0.3 )
11
+
12
+ ### Fixed
13
+
14
+ - (CAT-1688) Upgrade Rubocop to ` ~> 1.50.0 ` [ #426 ] ( https://github.com/puppetlabs/puppetlabs_spec_helper/pull/426 ) ([ LukasAud] ( https://github.com/LukasAud ) )
15
+ - (maint) - Make codecov gem support optional - changes to spec: simplecov rake task [ #424 ] ( https://github.com/puppetlabs/puppetlabs_spec_helper/pull/424 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
16
+
17
+ ## [ v7.0.2] ( https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v7.0.2 ) - 2023-12-12
9
18
10
19
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v7.0.1...v7.0.2 )
11
20
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module PuppetlabsSpecHelper
4
- VERSION = '7.0.2 '
4
+ VERSION = '7.0.3 '
5
5
end
You can’t perform that action at this time.
0 commit comments