Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: cpg1111/dns

Tags

v1.0.4

Toggle v1.0.4's commit message
Release 1.0.4

v1.0.3

Toggle v1.0.3's commit message
Release 1.0.3

v1.0.2

Toggle v1.0.2's commit message
Release 1.0.2

v1.0.1

Toggle v1.0.1's commit message
Release 1.0.1

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add semver (miekg#595)

Add a version.go that has the semver version of this libary; now at
1.0.0. Use a struct so external code can easily check the for the
version without resulting to string parsing. Add String() function if
you want to access the version string.

Use simple Makefile.release to kick off a new release:

% edit version.go
% make -f Makefile.release

will tag and push according to version, if version is 1.0.0 the tag
in git will be v1.0.0