* Fix 309 by de-duplicating output of the distribution finder. (310) * Update wheel dependency to `>0.26.0`. (304)
1.1.14
* Repair Executor error handling for other classes of IOError/OSError. (292) * Fix bdist_pex `--pex-args`. (285) * Inherit user site with `--inherit-path`. (284)
1.1.13
* Repair passing of stdio kwargs to `PEX.run()`. (288)
1.1.12
* Fix bdist_pex interpreter cache directory. (286) * Normalize and edify subprocess execution. (255) * Don't ignore exit codes when using setuptools entry points. (280)
1.1.11
* Update cache dir when `bdist_pex.run` is called directly.
1.1.10
* Improve failure modes for os.rename() as used in distribution caching.