- [Issue 3] Add "dos", "windows" and "unix" aliases for specifying an eol style. E.g. can now do `eol -c dos foo.bat` to convert to DOS-style EOLs. - [Issue 4] Fix a few Python 3 compat issues, add some more test cases.
0.7.4
- Python 3 support (not heavily tested yet) - Starter test suite
0.7.3
- Switch to `optparse` for option processing. Benefit is that you can have options after the "FILE" argument(s).
0.7.2
- Fix error with `eol -h` (jeesh).
0.7.1
- Add a 'mk cut_a_release' task to help with releases. - Fix issue 1: spelling of "predominantly". Thanks [userd on reddit](http://www.reddit.com/r/Python/comments/c61nu/eolpy_a_tool_for_working_with_text_file_endofline/)!