Merge pull request #148 from scotje/release_prep_1.1.1

(MAINT) Release prep for 1.1.1
This commit is contained in:
Jesse Scott 2017-10-20 22:09:47 +00:00 committed by GitHub
commit 42285c74ce
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## 2017-10-20 - Release 1.1.1
### BugFixes
- Remove timestamps from footer of generated HTML pages ([GeoffWilliams](https://github.com/GeoffWilliams))
- Fix argument handling for `rake strings::generate` ([hashar](https://github.com/hashar))
### Other
- Fixed Markdown formatting issues in CHANGELOG ([maju6406](https://github.com/maju6406))
- Fixed typo in README ([hfm](https://github.com/hfm))
- Fixed Markdown formatting issues in README ([gguillotte](https://github.com/gguillotte))
- Update Travis CI configurations for Ruby and Puppet versions ([ghoneycutt](https://github.com/ghoneycutt))
## 2017-03-20 - Release 1.1.0 ## 2017-03-20 - Release 1.1.0
### Summary ### Summary

View File

@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'puppet-strings' s.name = 'puppet-strings'
s.author = 'Puppet Inc.' s.author = 'Puppet Inc.'
s.version = '1.1.0' s.version = '1.1.1'
s.license = 'Apache-2.0' s.license = 'Apache-2.0'
s.summary = 'Puppet documentation via YARD' s.summary = 'Puppet documentation via YARD'
s.email = 'info@puppet.com' s.email = 'info@puppet.com'