Skip to content

Commit 8567bac

Browse files
committed
Bump v0.10.1
1 parent 515a120 commit 8567bac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.10.1 2016-12-27
2+
3+
### Fixed
4+
5+
* Wrong arity when there were no options and the last param had a default (@nolith)
6+
7+
[Compare v0.10.0...v0.10.1](https://github.com/dry-rb/dry-initializer/compare/v0.10.0...v0.10.1)
8+
19
## v0.10.0 2016-11-20
210

311
### Deleted (BREAKING CHANGE!)

dry-initializer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |gem|
22
gem.name = "dry-initializer"
3-
gem.version = "0.10.0"
3+
gem.version = "0.10.1"
44
gem.author = ["Vladimir Kochnev (marshall-lee)", "Andrew Kozin (nepalez)"]
55
66
gem.homepage = "https://github.com/dryrb/dry-initializer"

0 commit comments

Comments
 (0)