* Add support for calling using `python -m pipcompilemulti.cli_v1` notation.
2.2.1
------------------
* Add ``--skip-constraints`` option. * Fix bootstrapping for autoresolve case with missing output files.
2.2.0
------------------
* Add ``--autoresolve`` option for conflict-free compilations (PR 224). * Auto-discover requirements in other directories by following references (PR 221). * Add support for new-style multiline "via" comments from pip-tools (PR 222).
2.1.0
------------------
* Update dependencies. * Revert relative path normalization, introduced in 167 (thanks to john-bodley 200).
2.0.0
------------------
* Drop Python 2.7 support. pip-tools 4 no longer works with the latest pip, there's no way to continue Python 2.7 support.
1.5.9
------------------
* Remove directory path from "via" annotations (thanks to HALtheWise 166 167).