-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.21.0 #824
Comments
I'll create the release this weekend 👍 |
this gopkg.in/urfave/cli.v2 is working fine for me in product about half year. |
@tsingson thanks for that feedback! I'm going to try to make v2 that "canonical" version as soon as I have capacity for that work (definitely in the next month or so). |
@lynncyrin I'm trying to use this in a new project (using go modules), but am receiving the following error. I also tried updating an existing project, but it failed with a similar error. # go get gopkg.in/urfave/cli.v1
go: gopkg.in/urfave/cli.v1@v1.21.0: go.mod has non-....v1 module path "github.com/urfave/cli" at revision v1.21.0
go: error loading module requirements |
@russoj88 can you open a new issue describing your problem? This is issue is closed, so your comment is likely to get lost. |
@lynncyrin done: #859 |
The last release was
1.20.0
about 2 years ago cfb3883 - so releasing a new version of the CLI (1.21.0
) will be a bit of an "event". I'm creating this ticket to track it, so people know it's coming - can collect feedback and any potential hotfixes.The text was updated successfully, but these errors were encountered: