Skip to content

Commit

Permalink
Prepare 0.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Mar 26, 2018
1 parent 733b6ff commit 9e83b6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.4.6 / 2018-03-27

### Changed

- In injector-generated `#initialize` methods, set dependency instance variables before calling `super` (timriley)

[Compare v0.4.5...v0.4.6](https://github.com/dry-rb/dry-auto_inject/compare/v0.4.5...v0.4.6)

# 0.4.5 / 2018-01-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/auto_inject/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Dry
module AutoInject
VERSION = '0.4.5'
VERSION = '0.4.6'
end
end

0 comments on commit 9e83b6d

Please sign in to comment.