0.4
- Major changes to the database schema. Foreign keys now use integer primary key IDs rather than using lengthy item or commit hashes, which reduces the database size for large repositories by almost half. #12
- Python generators can now be used in
--convert
functions. #16 - Reserved columns are now marked by an underscore prefix, for example
_id
and_commit
. #14