v0.0.3
- fetch can now download files from a specific git commit or a git branch. When a branch is specified, fetch downloads the latest commit on a branch.
- Fixed a bug where empty values for
--tag
were not handled properly for repos whose tag names started withv
. - Enables fetch to pull from a specific git commit or branch
- Updated README.md.