-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: implement a check to the latest version of the CLI #33
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great as usual! thanks!
(looks like I can't merge before conflicts are resolved)
) | ||
} | ||
|
||
Ok(()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a test would be nice :)
Conflicts resolved. One thing we should do before merging it is to create at least one release on GH and use the convention described above. |
Fixes #11
The version is checked against the latest release which we can get from this endpoint. We compare this version to the crate's version.
For this to work we would need:
v
e.g.v0.1.0