Skip to content

v0.3.0

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 19 Apr 05:28
· 31 commits to master since this release
5609b2d

Add the ParsePatchHeader function and related types for extracting commit information from the preamble string returned by the existing Parse function. It currently supports the most common header formats generated by Git and can also parse similar headers even if they contain some unknown fields.

Improvements

  • Add a top-level Apply method for convenience.
  • Configure GitHub Actions for testing and linting