================== - Fix bug where sys.stdout.write must take `bytes` in python 2.6
0.2.8
================== - Allow a client to have duplicates of hooks. - Use --prebuilt instead of system for node. - Improve some fatal error messages
0.2.7
================== - Produce output when running pre-commit install --install-hooks
0.2.6
================== - Print hookid on failure - Use sys.executable for running nodeenv - Allow running as `python -m pre_commit`
0.2.5
================== - Default columns to 80 (for non-terminal execution).
0.2.4
================== - Support --install-hooks as an argument to `pre-commit install` - Install hooks before attempting to run anything - Use `python -m nodeenv` instead of `nodeenv`