Skip to content

Releases: dvershinin/lastversion

v0.2.5

12 Mar 14:23

Choose a tag to compare

  • Added --major for projects which release multiple branches, e.g. lastversion php/php-src --major 7.2 to get 7.2.x stable release version
  • Various fixes

v0.2.4

12 Oct 13:16

Choose a tag to compare

Better platform-specific --assets detection (mostly so for 64 bit)

v0.2.3

24 Sep 11:49

Choose a tag to compare

  • Handle non-github.com (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

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

Choose a tag to compare

Return tag name in JSON output

v0.2.0 - Slow precision

08 Aug 12:44

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

Choose a tag to compare

  • Added license fetching for JSON output
  • Updated tests

v0.1.1

30 Jul 21:44

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

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

Choose a tag to compare

  • Further detect RC releases
  • Another test