File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ 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
- ## [ v5 .0.0 ] ( https://github.com/puppetlabs/rspec-puppet/tree/v5 .0.0 ) - 2023-10-18
8
+ ## [ v4 .0.1 ] ( https://github.com/puppetlabs/rspec-puppet/tree/v4 .0.1 ) - 2023-11-22
9
9
10
- [ Full Changelog] ( https://github.com/puppetlabs/rspec-puppet/compare/v4.0.0...v5 .0.0 )
10
+ [ Full Changelog] ( https://github.com/puppetlabs/rspec-puppet/compare/v4.0.0...v4 .0.1 )
11
11
12
- ### Changed
13
- - (CAT-1235) - Rename to puppetlabs-rspec-puppet [ #76 ] ( https://github.com/puppetlabs/rspec-puppet/pull/76 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
12
+ ### Fixed
13
+
14
+ - (maint) - Add original owners [ #90 ] ( https://github.com/puppetlabs/rspec-puppet/pull/90 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
14
15
15
16
## [ v4.0.0] ( https://github.com/puppetlabs/rspec-puppet/tree/v4.0.0 ) - 2023-10-09
16
17
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module RSpecPuppet
4
- VERSION = '5 .0.0 '
4
+ VERSION = '4 .0.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments