CHANGELOG.md in dry-rails-0.2.0 vs CHANGELOG.md in dry-rails-0.2.1

- old
+ new

@@ -1,10 +1,24 @@ -## unreleased +## 0.2.1 2020-08-26 ### Added +- Controller features now support `ActionControll::API` too (issue #35 closed via #36) (@rinaldifonseca) + +### Fixed + +- Fix dry-system dependency to 0.17.0, to avoid incompatibilities with 0.18.0 (@timriley) + + +[Compare v0.2.0...v0.2.1](https://github.com/dry-rb/dry-rails/compare/v0.2.0...v0.2.1) + +## 0.2.0 2020-07-21 + + +### Added + - You can now configure auto_inject constant name via `config.auto_inject_constant` - previously it was hardcoded as `"Import"`, now it's configured as `"Deps"` by default (issue #18 closed via #29) (@diegotoral) ### Fixed - Resolving `Container` constant looks it up only within the application namespace (see #22 for more information) (@jandudulski) @@ -12,10 +26,10 @@ ### Changed - The `:env` dry-system plugin is now enabled by default (fixes #28 via #30) (@solnic) -[Compare v0.1.0...master](https://github.com/dry-rb/dry-rails/compare/v0.1.0...master) +[Compare v0.1.0...v0.2.0](https://github.com/dry-rb/dry-rails/compare/v0.1.0...v0.2.0) ## 0.1.0 2020-03-30 This is based on dry-system-rails that dry-rails replaces.