Skip to content

Commit

Permalink
Merge pull request #11 from voxpupuli/rel110
Browse files Browse the repository at this point in the history
release 1.1.0
  • Loading branch information
bastelfreak authored Apr 11, 2020
2 parents 0b1d6ad + 6d48cc7 commit f67faaf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

All notable changes to this project will be documented in this file.

## [1.0.0](https://github.com/voxpupuli/voxpupuli-test/tree/1.0.0) (2020-04-03)
## [v1.1.0](https://github.com/voxpupuli/voxpupuli-test/tree/v1.1.0) (2020-04-11)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v0.2.0...1.0.0)
[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

- Memoize rspec-puppet-facts [\#10](https://github.com/voxpupuli/voxpupuli-test/pull/10) ([ekohl](https://github.com/ekohl))
- add puppet-lint-resource\_reference\_syntax as dependency [\#9](https://github.com/voxpupuli/voxpupuli-test/pull/9) ([bastelfreak](https://github.com/bastelfreak))

## [v1.0.0](https://github.com/voxpupuli/voxpupuli-test/tree/v1.0.0) (2020-04-03)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v0.2.0...v1.0.0)

**Closed issues:**

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ begin
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog}
config.user = 'voxpupuli'
config.project = 'voxpupuli-test'
config.future_release = Gem::Specification.load("#{config.project}.gemspec").version
config.future_release = "v#{Gem::Specification.load("#{config.project}.gemspec").version}"
end
rescue LoadError
end
2 changes: 1 addition & 1 deletion voxpupuli-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'voxpupuli-test'
s.version = '1.0.0'
s.version = '1.1.0'
s.authors = ['Vox Pupuli']
s.email = ['[email protected]']
s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'
Expand Down

0 comments on commit f67faaf

Please sign in to comment.