Skip to content

Releases: psampaz/go-mod-outdated

v0.9.0

19 Feb 20:13
359c31c
Compare
Choose a tag to compare

Changelog

v0.8.0

12 Apr 20:53
da89f8c
Compare
Choose a tag to compare

Added

  • Tests for Go 1.16

Changed

  • Updated docker base image to 1.16.3
  • Updated dependencies to latest versions
  • Updated version of golangci-lint to 1.37.1

Removed

  • Tests for Go 1.13

v0.7.0

26 Sep 11:39
9f05156
Compare
Choose a tag to compare

Added

  • Run tests for Go 1.15

Removed

  • Tests for Go 1.11 and Go 1.12

Changed

  • Updated docker base image to 1.15.2
  • Updated version of golangci-lint to 1.31

v0.6.0

09 Apr 17:38
8c88474
Compare
Choose a tag to compare

Added

  • Added -style markdown option
  • Added tests for Go 1.14

Changed

  • Updated docker base image to 1.14.2
  • Reduced docker image size
  • Updated version of golangci-lint to 1.24

v0.5.0

27 Sep 05:35
24391db
Compare
Choose a tag to compare

Added

  • Run tests on Go 1.13

Changed

  • Updated docker base image to 1.13.1
  • Replaced Travis with Github Actions
  • Updated version of golangci-lint to 1.18

v0.4.0

12 Aug 08:16
88f29d4
Compare
Choose a tag to compare

Added

Run go-mod-outdated using Docker

v0.3.0

30 Apr 22:41
0a9f58a
Compare
Choose a tag to compare

Added

  • Flag '-ci' to exit with non-zero exit code when an outdated dependency is found
  • osx in travis

Removed

  • tip version in travis

v0.2.0

22 Apr 20:54
890bd22
Compare
Choose a tag to compare

Added

  • Extra column 'VALID TIMESTAMPS' which indicates if the timestamp of the new version is
    actually newer that the current one

Changed

  • Packages are now internal

v0.1.0

22 Apr 20:03
d1a92e6
Compare
Choose a tag to compare

Added

Initial release