@@ -5,6 +5,20 @@ 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
+ ## [ v1.2.0] ( https://github.com/puppetlabs/ruby-pwsh/tree/v1.2.0 ) - 2024-08-15
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/ruby-pwsh/compare/v1.1.1...v1.2.0 )
11
+
12
+ ### Added
13
+
14
+ - (CAT-1869) - Add configurable dsc_timeout [ #319 ] ( https://github.com/puppetlabs/ruby-pwsh/pull/319 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
15
+ - Add support for unit testing via Unix OS [ #309 ] ( https://github.com/puppetlabs/ruby-pwsh/pull/309 ) ([ chambersmp] ( https://github.com/chambersmp ) )
16
+
17
+ ### Fixed
18
+
19
+ - (bug) - Fix dsc timeout matcher [ #331 ] ( https://github.com/puppetlabs/ruby-pwsh/pull/331 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
20
+ - Fix empty string nullification [ #292 ] ( https://github.com/puppetlabs/ruby-pwsh/pull/292 ) ([ Clebam] ( https://github.com/Clebam ) )
21
+
8
22
## [ v1.1.1] ( https://github.com/puppetlabs/ruby-pwsh/tree/v1.1.1 ) - 2024-02-21
9
23
10
24
[ Full Changelog] ( https://github.com/puppetlabs/ruby-pwsh/compare/v1.1.0...v1.1.1 )
@@ -39,6 +53,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
39
53
[ Full Changelog] ( https://github.com/puppetlabs/ruby-pwsh/compare/v0.11.0...v1.0.0 )
40
54
41
55
### Changed
56
+
42
57
- (maint) - Drop Support for Debian 8/9 [ #227 ] ( https://github.com/puppetlabs/ruby-pwsh/pull/227 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
43
58
- (maint) - Drop Support for Ubuntu 16.04 [ #226 ] ( https://github.com/puppetlabs/ruby-pwsh/pull/226 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
44
59
- (maint) - Drop Support for Fedora 30&31 [ #225 ] ( https://github.com/puppetlabs/ruby-pwsh/pull/225 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
@@ -67,6 +82,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
67
82
[ Full Changelog] ( https://github.com/puppetlabs/ruby-pwsh/compare/v0.10.3...v0.11.0.rc.1 )
68
83
69
84
### Changed
85
+
70
86
- (CONT-867) Ruby 3 / Puppet 8 Support [ #208 ] ( https://github.com/puppetlabs/ruby-pwsh/pull/208 ) ([ chelnak] ( https://github.com/chelnak ) )
71
87
72
88
## [ v0.10.3] ( https://github.com/puppetlabs/ruby-pwsh/tree/v0.10.3 ) - 2022-12-19
0 commit comments