Skip to content

Commit

Permalink
Bump v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Dec 27, 2016
1 parent 515a120 commit 8567bac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.10.1 2016-12-27

### Fixed

* Wrong arity when there were no options and the last param had a default (@nolith)

[Compare v0.10.0...v0.10.1](https://github.com/dry-rb/dry-initializer/compare/v0.10.0...v0.10.1)

## v0.10.0 2016-11-20

### Deleted (BREAKING CHANGE!)
Expand Down
2 changes: 1 addition & 1 deletion dry-initializer.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "dry-initializer"
gem.version = "0.10.0"
gem.version = "0.10.1"
gem.author = ["Vladimir Kochnev (marshall-lee)", "Andrew Kozin (nepalez)"]
gem.email = ["hashtable@yandex.ru", "andrew.kozin@gmail.com"]
gem.homepage = "https://github.com/dryrb/dry-initializer"
Expand Down

0 comments on commit 8567bac

Please sign in to comment.