# Changelog

## [0.2.1] - 2020-09-30

### Changed
* improved alias detection of caller module


## [0.2.0] - 2020-09-30

### Changed
* moved all code generation to compile-time due to compiler warnings in Elixir 1.10+


## [0.1.1] - 2020-09-30

### Changed
* fixed deprecation warning in Elixir 1.10+


## [0.1.0] - 2020-09-28

### Added
* initial version
* `rewire` with module args
* `rewire` with shorthand args
* error for non-existant module
* error for missing module replacement
