Revision history for Git-Database

0.003 2016-10-20 BOOK
    - New backend: Git::PurePerl
    - New backend: Cogit
    - New backend method: create_object
    - Fleshed out Git::Database::Tutorial a little

0.002 2016-10-13 BOOK
    - New backend: Git::Sub
    - Drop List::Util uniq from the tests (depends on a too recent version)
    - Catch error messages from git and forward them as warnings
    - Provide an implementation of all_digests() for older gits

0.001 2016-09-27 BOOK
    - Git::Database provides an OO interface to the Git object database
      (similar to Git::PurePerl, but with a choice of backends for interacting
      with the Git repositories)
    - This is still in alpha, and everything is subject to change
    - The only supported backend for now is Git::Repository