Skip to content

Commit c019a97

Browse files
committed
Bump v3.0.0
1 parent f5d1709 commit c019a97

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [3.0.0] [2018-02-01]
9+
10+
### Changed
11+
- take `nil` as is without trying to find a record (nepalez)
12+
- raise `ActiveRecord::RecordNotFound` in case of absent key (nepalez)
13+
814
## [2.0.0] [2018-02-01]
915

1016
Update dependency to [dry-initializer] v2.4+ (nepalez)
@@ -30,4 +36,5 @@ First public release
3036
[0.0.2]: https://github.com/nepalez/dry-initializer-rails/compare/v0.0.1...v0.0.2
3137
[0.0.3]: https://github.com/nepalez/dry-initializer-rails/compare/v0.0.2...v0.0.3
3238
[1.0.0]: https://github.com/nepalez/dry-initializer-rails/compare/v0.0.3...v1.0.0
33-
[0.0.3]: https://github.com/nepalez/dry-initializer-rails/compare/v1.0.0...v2.0.0
39+
[2.0.0]: https://github.com/nepalez/dry-initializer-rails/compare/v1.0.0...v2.0.0
40+
[3.0.0]: https://github.com/nepalez/dry-initializer-rails/compare/v2.0.0...v3.0.0

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

0 commit comments

Comments
 (0)