Added * Now it's easy to get OS versions. Just run `lastversion ubuntu` or something
1.3.5
Added * Ability to parse/check Helm chart repository metadata 50 Fixed * Ensure the `--only` switch works consistently across different project hosting
1.3.4
Added * Arbitrary versions comparison in CLI: `lastversion 1.2.3 -gt 1.2.4` * `lastversion --version` reports available updates for `lastversion` * Clean up canceled download on Ctrl+C
1.3.3
Added * More requests logging in `--verbose` mode * Log failed feed parsing * Raising `BadProjectError` from GraphQL find method if repo arg is invalid Fixed * Work around GitHub servers' inconsistency with feed redirects 44 * Using all tags in GraphQL find method, instead of annotated only 44
1.3.2
Fixed * GraphQL method for finding release tags was not reliable on repos with tags having no tagger field * Strip all extraneous alphanumerics from beginning of tags to improve detection
1.3.1
Added * `output_format='dict` for the `lastversion.latest()` function * Honour `GITHUB_TOKEN` env var in addition to `GITHUB_API_TOKEN`