- `--csv` option can now be used to process CSV or TSV data - the dialect is detected automatically. [6](https://github.com/simonw/git-history/issues/6)
- Implemented reserved column names: `id`, `item`, `version` and `commit`. If your data includes any of these column names they will be renamed to `id_`, `item_`, `version_` and `commit`_ respectively. [8](https://github.com/simonw/git-history/issues/8)