Releases: dvershinin/lastversion
Releases · dvershinin/lastversion
v0.2.5
- Added --major for projects which release multiple branches, e.g.
lastversion php/php-src --major 7.2to get 7.2.x stable release version - Various fixes
v0.2.4
Better platform-specific --assets detection (mostly so for 64 bit)
v0.2.3
v0.2.2
- Output an error when no release exists
- Ability to be run via
python -m lastversionmodule invocation
v0.2.1
Return tag name in JSON output
v0.2.0 - Slow precision
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
- Added license fetching for JSON output
- Updated tests
v0.1.1
lastversion selflastversion 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
- Refactored to only use GitHub API with caching, so it is faster and uses conditional
GETlogic, supported by GitHub viaETagmatching - New
--assetsand--sourceflags to output URLs of latest release's assets/source archive for easy download withwget(seeREADME.md) - OS aware, e.g.
--sourcewill show link to.ziparchive of latest release when script is run on Windows and.tar.gzotherwise.
v0.0.14
- Further detect RC releases
- Another test