Skip to content

Commit 5db66ba

Browse files
committed
Bump v0.1.0
1 parent 77556b0 commit 5db66ba

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.1.0 2016-04-26
2+
3+
Class DSL splitted to mixin and container versions (thanks to @AMHOL for the idea).
4+
Backward compatibility is broken.
5+
6+
### Changed (backward-incompatible changes)
7+
8+
* Use `extend Dry::Initializer::Mixin` instead of `extend Dry::Initializer` (nepalez)
9+
10+
### Added
11+
12+
* Use `include Dry::Initializer.define(&block)` as an alternative to extending the class (nepalez)
13+
114
## v0.0.1 2016-04-09
215

316
First public release

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.0.1"
3+
gem.version = "0.1.0"
44
gem.author = ["Vladimir Kochnev (marshall-lee)", "Andrew Kozin (nepalez)"]
55
gem.email = ["hashtable@yandex.ru", "andrew.kozin@gmail.com"]
66
gem.homepage = "https://github.com/dryrb/dry-initializer"

0 commit comments

Comments
 (0)