Skip to content

Releases: CamiloGarciaLaRotta/gifhub

v0.3.1

28 Oct 12:09
dc52961
Compare
Choose a tag to compare

Changelog

fe0c205 Create codeql-analysis.yml
8bfba0f config: add goreleaser GH Action
3a30548 config: create .goreleaser.yml
2ca4318 config: set up dependabot
83ab186 config: use Go 1.14

bump urfave/cli to v2

01 May 13:59
Compare
Choose a tag to compare
  • updated to github.com/urfave/cli/v2
  • this means that flags now must come before the arguments. This follows POSIX standards:
    # before
    gifhub campoy -d 50
    
    # now
    gifhub -d 50 campoy