- #11: Rename :meth:`gitprops.GitRepo.get_last_version_tag` to :meth:`gitprops.GitRepo.get_version_tag`. This method now takes an optional argument, indicating the commit to return.
- #7, #8: package level functions :func:`gitprops.get_version`, :func:`gitprops.get_last_release` and :func:`gitprops.get_date` raise :exc:`LookupError` when the git executable is not found.
Initial release.