Skip to content

0.5.0 - Major Performance Boost

Compare
Choose a tag to compare
@spenserblack spenserblack released this 05 Sep 14:49
· 421 commits to main since this release
8814593

First of all, a big thanks to @Byron for contributing major performance improvements! 🚀

💥 Breaking

  • .gitattributes are now read from the revision, not the local file (#157). This means that, if you want your .gitattributes to affect language statistics, you will need to commit your changes, first.
  • Removed/changed some types (#157).

Other

  • Submodules can now be traversed (#157). They're marked as vendored (#164), but their statistics can be included by using --all.

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0