Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

v0.7.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@scouten scouten released this 30 Dec 23:19
· 46 commits to master since this release
916946e
  • Implement Xgit.Repository.Plumbing.cat_file_tag/2. (#272) This is an API equivalent to git cat_file -p when the target object is of type tag.
  • Implement Xgit.Tag.from_object/1. (#270, #271)
  • Implement Xgit.ObjectType.from_bytelist/1. (#269)
  • Back to 100% code coverage. (#268)
  • Define Xgit.Tag, which describes a tag object in memory. (#267)