Skip to content

v0.1.8

Latest
Compare
Choose a tag to compare
@barelyhuman barelyhuman released this 30 Aug 21:56
· 14 commits to dev since this release

What changed

  • Adds support for Go Module based semver version resolution (68734ec)

Example:
If you have a module that it tagged over v2 in semver, go modules require your go.mod to reflect the same.

//go.mod
module github.com/barelyhuman/commitlog/v2

So now if you request a package from goblin which requests /v2, goblin will be able to handle the compilation of the binary.

Note: While this is inevitable for older go CLI's that've already gone ahead to v2+, it's recommended that you write go cli's and keep them on the minor semver for as long as you can.

All Changes

f3cc236 chore: v0.1.8

68734ec adds semver module resolution

a32698b remove redundant readme

b06fde4 update readme

1153caa update docs with CMD_PATH