Skip to content

Commit cd1f1ec

Browse files
Merge pull request #427 from puppetlabs/release-prep
Release prep v7.0.3
2 parents 1681c5f + 99e9cf2 commit cd1f1ec

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ 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-
## [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
918

1019
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v7.0.1...v7.0.2)
1120

Diff for: lib/puppetlabs_spec_helper/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PuppetlabsSpecHelper
4-
VERSION = '7.0.2'
4+
VERSION = '7.0.3'
55
end

0 commit comments

Comments
 (0)