Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a393ee0

Browse files
committedDec 31, 2016
Bump v0.10.2
1 parent 49b3ff0 commit a393ee0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.10.2 2016-12-31
2+
3+
### Added
4+
5+
* Support of Ruby 2.4 (@flas-gordon)
6+
7+
### Internal
8+
9+
* Code clearance for ROM integration (@flash-gordon)
10+
11+
[Compare v0.10.1...v0.10.2](https://github.com/dry-rb/dry-initializer/compare/v0.10.1...v0.10.2)
12+
113
## v0.10.1 2016-12-27
214

315
### Fixed

‎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.10.1"
3+
gem.version = "0.10.2"
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)
Please sign in to comment.