Skip to content

Commit fed5c87

Browse files
author
GitHub Actions
committed
Release prep v7.3.0
1 parent c4c1b25 commit fed5c87

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.3.0](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v7.3.0) - 2024-05-16
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v7.2.0...v7.3.0)
11+
12+
### Added
13+
14+
- spec_standalone: apply default formatting [#452](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/452) ([bastelfreak](https://github.com/bastelfreak))
15+
- parallel_spec_standalone: use --format progress [#446](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/446) ([bastelfreak](https://github.com/bastelfreak))
16+
817
## [v7.2.0](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v7.2.0) - 2024-04-22
918

1019
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v7.1.0...v7.2.0)
@@ -74,6 +83,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
7483
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v6.0.3...v7.0.0)
7584

7685
### Changed
86+
7787
- (CAT-1222) - Require puppetlabs-rspec-puppet over rspec-puppet [#415](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/415) ([jordanbreen28](https://github.com/jordanbreen28))
7888
- (CAT-1256)- Require puppetlabs-puppet-lint over puppet-lint [#411](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/411) ([GSPatton](https://github.com/GSPatton))
7989

@@ -114,6 +124,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
114124
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v5.0.3...v6.0.0.rc.1)
115125

116126
### Changed
127+
117128
- (CONT-807) Add Ruby 3.2 support [#390](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/390) ([GSPatton](https://github.com/GSPatton))
118129

119130
### Added
@@ -147,6 +158,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
147158
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v4.0.1...v5.0.0)
148159

149160
### Changed
161+
150162
- (CONT-237) Deprecation and legacy version support removal [#364](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/364) ([chelnak](https://github.com/chelnak))
151163
- (CONT-237) Bump minimum Ruby version requirement [#358](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/358) ([chelnak](https://github.com/chelnak))
152164
- Drop outdated future parser support [#348](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/348) ([binford2k](https://github.com/binford2k))
@@ -519,6 +531,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
519531
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/1.1.1...1.2.0)
520532

521533
### Changed
534+
522535
- Deprecate PuppetInternals.scope [#108](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/108) ([DavidS](https://github.com/DavidS))
523536

524537
### Added

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

0 commit comments

Comments
 (0)