Skip to content

Releases: dvershinin/lastversion

v0.2.3

24 Sep 11:49
Compare
Choose a tag to compare
  • Handle non-git.luolix.top (enterprise) use case (implemented #7)
  • Download via -d flag (implemented #8)
  • Added --shorter-urls (or -su) switch for shorter URLs (for #6)

v0.2.2

17 Sep 20:28
Compare
Choose a tag to compare
  • Output an error when no release exists
  • Ability to be run via python -m lastversion module invocation

v0.2.1

15 Aug 20:17
Compare
Choose a tag to compare

Return tag name in JSON output

v0.2.0 - Slow precision

08 Aug 12:44
Compare
Choose a tag to compare

This release is targeted to fix getting last version for repositories where we can't rely on "highest" version number to be the latest.
It is much slower because we have to check each tag's commit date, but the results are more correct.

test edit 3

v0.1.2

07 Aug 09:19
Compare
Choose a tag to compare
  • Added license fetching for JSON output
  • Updated tests

v0.1.1

30 Jul 21:44
Compare
Choose a tag to compare
  • lastversion self
  • lastversion linux (single word OK, uses search API, use for fun)
  • lastversion --filter REGEX --assets owner/repo
  • and finally, lastversion owner/repo -gt 1.2.3 (for scripting)

v0.1.0

29 Jul 20:29
Compare
Choose a tag to compare
  • Refactored to only use GitHub API with caching, so it is faster and uses conditional GET logic, supported by GitHub via ETag matching
  • New --assets and --source flags to output URLs of latest release's assets/source archive for easy download with wget (see README.md)
  • OS aware, e.g. --source will show link to .zip archive of latest release when script is run on Windows and .tar.gz otherwise.

v0.0.14

25 Jul 08:17
Compare
Choose a tag to compare
  • Further detect RC releases
  • Another test

v0.0.13

25 Jul 06:24
Compare
Choose a tag to compare
  • Fixed loops
  • Extra test

0.0.12

24 Jul 07:37
Compare
Choose a tag to compare
  • Fix for some repos which file a formal release but don't mark it as pre-release even though it clearly is, e.g v0.3.1rc1
  • A bit more --verbose