Skip to content

Proposal: Please tag a new release and start using Semantic Versioning #7

@KateGo520

Description

@KateGo520

I found that this project already supports Go modules. The latest version v1.1.1 committed on 16 Jul 2018, and if module user run "go get gopkg.in/romanyx/recaptcha.v1", the old version v1.1.1 will be required.

$go get gopkg.in/romanyx/recaptcha.v1
go: downloading gopkg.in/romanyx/recaptcha.v1 v1.1.1
go: gopkg.in/romanyx/recaptcha.v1 upgrade => v1.1.1

So, I propose this project to tag a new release and follow Semantic Versioning. For example, v1.0.1, v2.0.0, v3.1.0-alpha, v3.1.0-beta.2etc, so that other project can use tag in go.mod.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions