0.5.0 - Major Performance Boost
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
- Support HolyC by @spenserblack in #145
- Support Ren'Py by @spenserblack in #146
- Support Jsonnet by @spenserblack in #147
- Simplify error message for missing repository by @spenserblack in #151
- Support ATS by @pykenny in #152
- Vastly improve performance by @Byron in #157
- Bump actions/checkout from 3 to 4 by @dependabot in #161
- Bump regex from 1.9.4 to 1.9.5 by @dependabot in #160
- Bump clap from 4.4.0 to 4.4.2 by @dependabot in #159
- Mark submodules as vendored by default by @spenserblack in #164
New Contributors
Full Changelog: v0.4.1...v0.5.0