Releases: alternateved/footprint
Releases · alternateved/footprint
Release list
v0.3.0
v0.2.0
Changelog
- 0472d85 Ensure deterministic output
- 6929740 Remove redundant guard
- 4e68d10 Improve performance by using GitHub search API
- 9b31eb3 Pass config struct around instead of using positional arguments
- f87d88e Don't spam errors for each repository when canceling fetch
- e3845dd Guard against additional positional arguments
- 2d7a5a8 Use helper for shortening SHA
- 52145f1 Propagate error when missing merge commit SHAs
v0.1.0
Changelog
- ed77aca Publish raw binaries instead of archive
- 2a2d93d Update README
- f5f5889 Handle linting on CI
- 064e641 Reduce usage text
- 24bff41 Add release workflow
- ec404c0 Add CI workflow
- 455d135 Extract flags helper
- c14a6e5 Extract month range helper
- 09e7a86 Add support for GitHub CLI authentication
- f9431a2 Drop godotenv dependency
- 4d05dd4 Add LICENSE
- 09d0e00 Update README
- ad83553 Replace positional arguments with explicit flags
- a1f5074 Anchor regex
- 99bebcd Fetch reports in parallel
- f8cf24d Don't exit if fetching report failed
- 9c12746 Compile regexp once
- 09433c8 Thread context and handle interrupt signal
- e490b51 Implement main functionality
- 40eec1b Add gitignore
- 5ff6ad9 Add dependencies
- 00abd2e Initial commit