glob-imports-0.0.3.0: ChangeLog.md
# Changelog for glob-imports
## 0.0.3.0
- [#7](https://github.com/parsonsmatt/glob-imports/pull/7)
- Added `--import-qualified` option to allow for `ImportQualifiedPost`.
## 0.0.2.1
- Fixed cabal versions that were missing due to hpack
## 0.0.2.0
- [#4](https://github.com/parsonsmatt/glob-imports/pull/4)
- You may now pass `--search-dir`, `--pattern`, and `--excluded-prefixes` to
configure and customize where the program searches for imports to glob.
## 0.0.1.0
- Initial Release