Skip to content

Commit

Permalink
Bump v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Nov 6, 2016
1 parent 4893e13 commit 889811c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.9.1 2016-11-06

### Added

* Support for renaming an option during initialization (@nepalez)

option :name, as: :username # to take :name option and create :username attribute

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

## v0.9.0 2016-11-06

### Added
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.9.0"
gem.version = "0.9.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 889811c

Please sign in to comment.