0.3.1 2013-11-12

- Be able to distinguish files without EOL
  Changes due to and thanks to John Vandenberg
  See https://github.com/coala/coala-bears/issues/815

0.3.0 2013-11-29 John

- Allow setting a pygments style and other pygments options.  Requires pygments 2.x
- Some bugs fixed and doc updated.

0.2.6 2015-04-15

- Fix bug in update_script_cache()
- Minor changes for testing and travis

0.2.5 2015-04-15

- Add remove_remap_file() which will be used in trepanning debuggers
- Modernize somewhat: revise doc and __init__.py to use rSt.

0.2.4 2015-03-24

- First github release

0.2.3 2013-03-24
- Python 2.5 compatibility

0.2.2 2013-02-10
- Make it work on 3k

0.2.1 2013-01-06
- Handle "dark" and "light" terminal style
- Remove a Coverage warning
- Fix bug in clearing file cache

0.2.0 2013-01-01

- Caches terminal syntax-colorized code for terminals
- Interface more closely matches Ruby linecache module.
- Treats filename.pyc like filename.py

0.1.4 2010-10-28

- Correct packaging

0.1.3 2009-03-15 -
- incorrect "Provide" in setup.cfg

0.1.2 2009-03-15 - Ron Frankel Release
- Bug in searching for files

0.1.0 2009-03-08 - Ron Frankel -1 Release

- Initial release
