Skip to content

Commit 1db54bd

Browse files
Merge pull request #195 from puppetlabs/release-prep
Release prep v0.8.0
2 parents 7bc9567 + 4c5fe43 commit 1db54bd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## [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+
821
## [v0.7.0](https://github.com/puppetlabs/pdksync/tree/v0.7.0) - 2023-05-25
922

1023
[Full Changelog](https://github.com/puppetlabs/pdksync/compare/v0.6.0...v0.7.0)

lib/pdksync/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PdkSync
2-
VERSION = '0.7.0'.freeze
2+
VERSION = '0.8.0'.freeze
33
end

0 commit comments

Comments
 (0)