Skip to content

Latest commit

 

History

History
96 lines (60 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

96 lines (60 loc) · 3.21 KB

Release History

3.2.0 (2021-04-27)

3.1.0 (2021-03-16)

3.0.0 (2020-09-06)

  • Run custom check scripts specified as scripts in config

2.4.0 (2020-05-02)

  • -local excludes VCS packages unless -devel is specified
  • Test for version string equality first (e.g., for pkgver=7.0.0.post3)
  • Alternative GitHub API: set the environment variable GITHUB_ATOM=1 to use the …/releases.atom feed
  • Alternative GitHub API: set the environment variable GITHUB_TAGS=1 to use obtain the version from the most recent Git tag

2.2.0 (2019-11-03)

  • Require Go 1.13
  • Optionally update pkgver/pkgrel in local PKGBUILD files (specify -update flag)
  • Fix handling of unknown result of version comparison

2.1.0 (2018-10-16)

  • Add Debian support, ref #29 by @z3ntu
  • Clean version string: strip releases/ prefix, ref #31 by @z3ntu
  • Handle -bzr as VCS packages, ref #31 by @z3ntu

2.0.0 (2018-09-18)

  • Use Go modules, at least Go 1.11 is required
  • Python: add support for post* version suffixes

1.5.0 (2018-07-05)

  • Add GitLab support, ref #24 by @sum01
  • Python: add support for pypi.org and pypi.io domains
  • Python: add support for download URLs containing hashes
  • Python: update API URL to pypi.org

1.4.0 (2018-06-14)

  • Exclude certain versions using config file

1.3.0 (2018-05-14)

  • GitHub: prefer tag_name over release name
  • Clean version string for all providers (strip v prefix)

1.2.0 (2018-05-03)

  • GitHub: support dots in repository names
  • Add support for rubygems.org

1.1.0 (2018-03-29)

  • NPM: support @scoped/packages
  • GitHub: fall back to tag_name when release does not have a name

1.0.0 (2018-03-06)

  • Use GitHub releases API to skip pre-releases, release drafts
  • Cache HTTP requests using github.com/gregjones/httpcache
  • Provide machine-readable format: JSON Text Sequences (RFC 7464)
  • Exit with code 4 if at least one out-of-date package has been found
  • Fix error on Unicode characters in package version

0.8.0 (2018-02-24)

  • Print summary statistics
  • Flag AUR package out-of-date
  • Fix checking huge number of packages

0.7.0 (2018-02-06)

  • Read local .SRCINFO files
  • Handle split packages correctly

0.6.0 (2018-01-27)

  • Add flag to handle VCS packages only or skip them
  • Add support for cpan.org

0.5.0 (2018-01-21)

  • Add support for registry.npmjs.org
  • Add support for pypi.python.org

0.4.0 (2018-01-21)

  • Initial release including support for GitHub releases