Skip to content

Commit 96510d3

Browse files
authored
Merge pull request #398 from david22swan/release
(maint) Release prep v 0.26.0
2 parents bdf0e7a + 6b1bd71 commit 96510d3

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. 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).
44

5+
## [v0.26.0](https://github.com/puppetlabs/puppet_litmus/tree/v0.25.1) (2021-03-10)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.25.1...v0.25.1)
8+
9+
### Added
10+
11+
- \(IAC-1307\) Generate spec test matrix [\#395](https://github.com/puppetlabs/puppet_litmus/pull/395) ([sanfrancrisko](https://github.com/sanfrancrisko))
12+
13+
### Fixed
14+
15+
- \(IAC-1420\) Enforce UTF-8 when running puppet on the test target [\#397](https://github.com/puppetlabs/puppet_litmus/pull/397) ([david22swan](https://github.com/david22swan))
16+
517
## [v0.25.1](https://github.com/puppetlabs/puppet_litmus/tree/v0.25.1) (2021-02-26)
618

719
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.25.0...v0.25.1)
@@ -331,6 +343,10 @@ All notable changes to this project will be documented in this file. The format
331343

332344
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/0.8.1...0.8.2)
333345

346+
### Fixed
347+
348+
- Pin bolt version, latest version breaks docker\_exp [\#169](https://github.com/puppetlabs/puppet_litmus/pull/169) ([florindragos](https://github.com/florindragos))
349+
334350
## [0.8.1](https://github.com/puppetlabs/puppet_litmus/tree/0.8.1) (2019-08-19)
335351

336352
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/0.8.0...0.8.1)
@@ -349,10 +365,6 @@ All notable changes to this project will be documented in this file. The format
349365
- \(feat\) Enable manipulating inventory features by node [\#163](https://github.com/puppetlabs/puppet_litmus/pull/163) ([michaeltlombardi](https://github.com/michaeltlombardi))
350366
- \(feat\) Add support to show apply\_manifest output for debugging [\#159](https://github.com/puppetlabs/puppet_litmus/pull/159) ([hajee](https://github.com/hajee))
351367

352-
### Fixed
353-
354-
- Pin bolt version, latest version breaks docker\_exp [\#169](https://github.com/puppetlabs/puppet_litmus/pull/169) ([florindragos](https://github.com/florindragos))
355-
356368
## [0.7.3](https://github.com/puppetlabs/puppet_litmus/tree/0.7.3) (2019-07-09)
357369

358370
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/0.7.2...0.7.3)

lib/puppet_litmus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# version of this gem
44
module PuppetLitmus
5-
VERSION ||= '0.25.1'
5+
VERSION ||= '0.26.0'
66
end

0 commit comments

Comments
 (0)