Skip to content
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

*: remove plugin minor/patch versions #1547

Commits on Jun 4, 2020

  1. Plugin versions are now considered single numbers with optional "v" p…

    …refix
    
    and stability "alpha" or "beta" suffix, ex. "v2-alpha". Minor and patch
    version changes are poorly defined and may constitute breaking changes;
    having a single version number makes versioning simpler and permits breaking
    changes to be grouped into one "major" release for a plugin.
    
    *: remove references to minor and patch versions for plugins
    
    pkg/plugin: implement a Version type returned by Base.Version() that is
    easily parsed and validated
    
    pkg/cli: simplify plugin resolver given the minor/patch number drop
    estroz committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    4f890fc View commit details
    Browse the repository at this point in the history