Skip to content

Commit 2081f4c

Browse files
committed
Bump v0.4.0 (change types constraints)
1 parent 99794d9 commit 2081f4c

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.4.0 2016-05-28
2+
3+
### Deleted (backward-incompatible changes)
4+
5+
* Support of modules and case equality as type constraints (@nepalez)
6+
7+
[Compare v0.3.3...v0.4.0](https://github.com/dry-rb/dry-initializer/compare/v0.3.3..v0.4.0)
8+
19
## v0.3.3 2016-05-28
210

311
* Add deprecation warnings about modules and case equality as type constraints (@nepalez)

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.3.3"
3+
gem.version = "0.4.0"
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)