We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a916b0 commit 8e71ef0Copy full SHA for 8e71ef0
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 0.6.1 / 2019-04-16
2
+
3
+### Fixed
4
5
+- Allow explicit injection of falsey values (timriley in [#58](https://github.com/dry-rb/dry-auto_inject/pull/58))
6
7
+[Compare v0.6.0...v0.6.1](https://github.com/dry-rb/dry-auto_inject/compare/v0.6.0...v0.6.1)
8
9
# 0.6.0 / 2018-11-29
10
11
### Changed
lib/dry/auto_inject/version.rb
@@ -2,6 +2,6 @@
module Dry
module AutoInject
- VERSION = '0.6.0'
+ VERSION = '0.6.1'
end
0 commit comments