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

v1.1.0rc #1028

Closed
wants to merge 8 commits into from
Closed

v1.1.0rc #1028

wants to merge 8 commits into from

Commits on Oct 1, 2020

  1. small correction in README (spf13#1009)

    NickolasHKraus authored and umarcor committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    a2734be View commit details
    Browse the repository at this point in the history
  2. remove "Lesser" from header for GPL-2.0 template (spf13#880)

    This removes "Lesser" from the GPL-2.0 header template, since that header is meant to be referring to GPL-2.0 and not LGPL-2.0.
    
    Signed-off-by: Steve Winslow <swinslow@gmail.com>
    swinslow authored and umarcor committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    be830ba View commit details
    Browse the repository at this point in the history
  3. update .gitignore: track cobra subdirectory (spf13#936)

    The 'cobra' entry on .gitignore was meant to ignore a potential 'cobra'
    executable generated by 'go build' during development. However, 'cobra'
    is a directory containing the command line tool, and such a generic
    entry in .gitignore ignores too much.
    
    Instead of the generic 'cobra' entry, ignore only a specific
    '/cobra/cobra' path.
    rhcarvalho authored and umarcor committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    becc6f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3763012 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78bf2f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25aba08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cda4f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9ea39e View commit details
    Browse the repository at this point in the history