Skip to content

Commit 727cb33

Browse files
authored
Merge pull request rodjek#769 from rodjek/release-2.7.7
Release 2.7.7
2 parents 3cfeb84 + 4fc50d4 commit 727cb33

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.7.7]
6+
7+
### Fixed
8+
* Fix the support for rspec-expectations >= 3.8.5.
9+
10+
### Changed
11+
* Remove the rspec-expectations dependency limit introduced in 2.7.6.
12+
513
## [2.7.6]
614

715
### Changed

docs/changelog/index.md

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

7+
## 2.7.7
8+
9+
<a href="https://github.com/rodjek/rspec-puppet/compare/v2.7.6...v2.7.7"
10+
class="btn btn-primary btn-inline pull-right">View Diff</a>
11+
12+
### Fixed
13+
* Fix the support for rspec-expectations >= 3.8.5.
14+
15+
### Changed
16+
* Remove the rspec-expectations dependency limit introduced in 2.7.6.
17+
718
## 2.7.6
819

920
<a href="https://github.com/rodjek/rspec-puppet/compare/v2.7.5...v2.7.6"

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.7.6'
3+
s.version = '2.7.7'
44
s.homepage = 'https://github.com/rodjek/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)