File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ 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.0] ( https://github.com/puppetlabs/forge-ruby/tree/v6.0.0 ) - 2024-09-20
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/forge-ruby/compare/v5.0.4...v6.0.0 )
11
+
12
+ ### Fixed
13
+
14
+ - remove ruby 2.6, 2.7 and 3.0 [ #124 ] ( https://github.com/puppetlabs/forge-ruby/pull/124 ) ([ malikparvez] ( https://github.com/malikparvez ) )
15
+ - Removing Archive::Tar::Minitar [ #122 ] ( https://github.com/puppetlabs/forge-ruby/pull/122 ) ([ malikparvez] ( https://github.com/malikparvez ) )
16
+
8
17
## [ v5.0.4] ( https://github.com/puppetlabs/forge-ruby/tree/v5.0.4 ) - 2024-08-13
9
18
10
19
[ Full Changelog] ( https://github.com/puppetlabs/forge-ruby/compare/v5.0.3...v5.0.4 )
Original file line number Diff line number Diff line change 1
1
module PuppetForge
2
- VERSION = '5 .0.4 ' # Library version
2
+ VERSION = '6 .0.0 ' # Library version
3
3
end
You can’t perform that action at this time.
0 commit comments