Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@mhagger mhagger released this 11 Mar 15:29
· 254 commits to master since this release
v1.1.0
4fd6315

Changes since release 1.0.0:

  • Don't count the root tree in MaxPathDepth (this probably agrees better with user expectations)

Fixes:

  • Fix formatting of README
  • Fix failure when started from a subdirectory within the working tree or from a submodule
  • Specify the minimum required Git version (which is 2.6) in the README
  • Prevent a panic that could occur if one annotated tag pointed at another and they were not processed in parent→child order
  • Add more automated tests