Skip to content

Commit

Permalink
Bump v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Aug 21, 2016
1 parent 82dd576 commit a054814
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.5.0 2016-08-21

### Added

* Allow `optional` attribute to be left undefined (@nepalez)

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

## v0.4.0 2016-05-28

### Deleted (backward-incompatible changes)
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.4.0"
gem.version = "0.5.0"
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 a054814

Please sign in to comment.