Skip to content

Commit

Permalink
Merge pull request #35 from Sage/release
Browse files Browse the repository at this point in the history
Bump version to 0.3.0
  • Loading branch information
wteuber authored Mar 26, 2018
2 parents 1dc3007 + 09f5c7a commit ddca2c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
-

### Changed
-

### Removed
-


## [0.3.0] - 2018-03-26
### Added
- Add YamlNormalizer::Ext::Nested to generate nested hash from namespaces key-value pairs
- Add Codeclimate integration https://codeclimate.com/github/Sage/yaml_normalizer/

### Changed
- Change flog method to :average, set threshhold to 7.7
- Change flog method to :average, set threshold to 7.7
- Reset default_proc before returning to app code
- Open-source Yaml Normalizer at https://github.com/Sage/yaml_normalizer
- Publish Yaml Normalizer on https://rubygems.org/gems/yaml_normalizer
Expand Down
2 changes: 1 addition & 1 deletion lib/yaml_normalizer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module YamlNormalizer
# The current Yaml Normalizer version
VERSION = '0.2.2'
VERSION = '0.3.0'
end

0 comments on commit ddca2c5

Please sign in to comment.