Version 0.5.4 (2023-03-13)
- fixed a few edge cases in stargazer caching
- fixed a problem in issue/pr stat that could skip some entries
- added tests for
ConfigReader
,star_stats
andissue_pr_stats
- added GitHub action workflows for tests and release
Version 0.5.3 (2023-03-11)
- fixed handling of removed stargazers that have been cached
Version 0.5.2 (2023-02-02)
- fixed
--csv
option: it only worked for a file name without a directory
Version 0.5.1 (2023-01-30)
- added missing default value for
min-stars
option for dependents (caused crash if not set)
Version 0.5.0 (2022-12-28)
- added output of dependent repositories and packages
- fixed a regression for showing issue life-times - the feature had been broken with the recent changes
Version 0.4.0 (2022-12-26)
- statistics for issues, PRs and stars are now cached in the filesystem and will be used on subsequent calls
Version 0.3.1 (2021-12-17)
- reading ini file from home directory did not work
Version 0.3.0 (2021-01-13)
- added statistics for issue and PR life time change
- correctly handle case with no data points
Version 0.2.1 (2020-12-29)
- fixed regression that caused the default version not to work
Version 0.2.0 (2020-12-18)
- added CSV output option
Version 0.1.0 (2020-12-12)
Initial release.