evtx icon indicating copy to clipboard operation
evtx copied to clipboard

Create new releases

Open sodul opened this issue 4 years ago • 2 comments

Hi, thank you for the package.

The latest and only 'release' version of this package is v0.0.1 from 2019. There have been several commits since then and it makes it difficult to use the newer versions of the package with go.mod. Can you release a new version? If it is backward compatible with v0.0.1 then it can be v0.0.2, but if there are some API changes it should be v0.1.0.

See https://semver.org on versioning.

Thank you!

sodul avatar Oct 29 '21 16:10 sodul

you can just use head with go mod:

go get -u www.velocidex.com/golang/evtx@master

scudette avatar Oct 29 '21 17:10 scudette

Yes, go get -u works but is not very transparent.

I do recommend that you use semantic versioning which provides some additional information that the new versions should be compatible for existing client code.

At the end of the day this is your project and you should manage it in a way that suites your workflow.

Thank you for your consideration and your work on the project.

sodul avatar Nov 01 '21 04:11 sodul