Skip to content

Commit fa9b1ef

Browse files
author
sanfrancrisko
authored
Merge pull request #17 from da-ar/release_prep
Release Prep for 2.11.0
2 parents 796c4b2 + bbda94d commit fa9b1ef

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file. This
33
project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.11.0]
6+
7+
### Added
8+
* Add setting to use custom Facter implementation ([GH-16](https://github.com/puppetlabs/rspec-puppet/pull/16))
9+
510
## [2.10.0]
611
The release sees rspec-puppet move into the puppetlabs namespace
712

@@ -560,7 +565,8 @@ Thanks to Adrien Thebo, Alex Harvey, Brian, Dan Bode, Dominic Cleal, Javier Pala
560565
## 1.0.1 and earlier
561566
For changelog of versions 1.0.1 and earlier, see http://rspec-puppet.com/changelog/
562567

563-
[2.x]: https://github.com/puppetlabs/rspec-puppet/compare/v2.10.0...master
568+
[2.x]: https://github.com/puppetlabs/rspec-puppet/compare/v2.11.0...master
569+
[2.11.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.10.0...v2.11.0
564570
[2.10.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.9.0...v2.10.0
565571
[2.9.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.8.0...v2.9.0
566572
[2.8.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.10...v2.8.0

docs/changelog/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ title: Change Log
44
icon: fa fa-history
55
---
66

7+
## [2.11.0]
8+
<a href="https://github.com/puppetlabs/rspec-puppet/compare/v2.10.0...v2.11.0"
9+
class="btn btn-primary btn-inline pull-right">View Diff</a>
10+
11+
### Added
12+
* Add setting to use custom Facter implementation ([GH-16](https://github.com/puppetlabs/rspec-puppet/pull/16))
13+
714
## [2.10.0]
15+
<a href="https://github.com/puppetlabs/rspec-puppet/compare/v2.9.0...v2.10.0"
16+
class="btn btn-primary btn-inline pull-right">View Diff</a>
17+
18+
819
The release sees rspec-puppet move into the puppetlabs namespace
920

1021
### Added

rspec-puppet.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'rspec-puppet'
3-
s.version = '2.10.0'
3+
s.version = '2.11.0'
44
s.homepage = 'https://github.com/puppetlabs/rspec-puppet/'
55
s.summary = 'RSpec tests for your Puppet manifests'
66
s.description = 'RSpec tests for your Puppet manifests'

0 commit comments

Comments
 (0)