Skip to content

Commit

Permalink
bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gwilliam committed Jun 16, 2014
1 parent 1826e58 commit ee51233
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions History.md
@@ -0,0 +1,14 @@

1.2.3 / 2014-06-16
==================

* docs and tests for Parameter and Node
* add Parameter.top_scope method for DRYing
* add Code Climate badge, update Inch badge
* slight changes to Node and Parameter
* major refactor as part of spec testing
* Pull Node class methods into a new class YamlDir
* 100% hiera_controller test coverage
* add inch-ci.org badge
* add simplecov, update README, continue to test
* some documentation and spec tests
2 changes: 1 addition & 1 deletion hiera-browser.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'hiera-browser'
s.version = '1.2.2'
s.version = '1.2.3'
s.licenses = ['APACHE 2.0']
s.summary = 'Naive browser for hiera data'
s.description = 'Tries to guess what values hiera will return for any existing node in your infrastructure'
Expand Down

0 comments on commit ee51233

Please sign in to comment.