File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ 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
+ ## [ v0.8.0] ( https://github.com/puppetlabs/pdksync/tree/v0.8.0 ) - 2023-07-14
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/pdksync/compare/v0.7.0...v0.8.0 )
11
+
12
+ ### Added
13
+
14
+ - Improve module validation performance [ #193 ] ( https://github.com/puppetlabs/pdksync/pull/193 ) ([ seanmil] ( https://github.com/seanmil ) )
15
+ - (CONT-1138) - Add ruby 3.x compatibility [ #191 ] ( https://github.com/puppetlabs/pdksync/pull/191 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
16
+
17
+ ### Fixed
18
+
19
+ - (CONT-1215) - Fix formatting for pdksync: show_config [ #189 ] ( https://github.com/puppetlabs/pdksync/pull/189 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
20
+
8
21
## [ v0.7.0] ( https://github.com/puppetlabs/pdksync/tree/v0.7.0 ) - 2023-05-25
9
22
10
23
[ Full Changelog] ( https://github.com/puppetlabs/pdksync/compare/v0.6.0...v0.7.0 )
Original file line number Diff line number Diff line change 1
1
module PdkSync
2
- VERSION = '0.7 .0' . freeze
2
+ VERSION = '0.8 .0' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments