Skip to content

Commit

Permalink
Bump v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Apr 25, 2016
1 parent 77556b0 commit 5db66ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.1.0 2016-04-26

Class DSL splitted to mixin and container versions (thanks to @AMHOL for the idea).
Backward compatibility is broken.

### Changed (backward-incompatible changes)

* Use `extend Dry::Initializer::Mixin` instead of `extend Dry::Initializer` (nepalez)

### Added

* Use `include Dry::Initializer.define(&block)` as an alternative to extending the class (nepalez)

## v0.0.1 2016-04-09

First public release
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.0.1"
gem.version = "0.1.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 5db66ba

Please sign in to comment.