pkg/errors

Tag a new release?

shawnps-sigsci opened this issue ยท 7 comments

@davecheney it seems like there are some performance enhancements in master that aren't in a tagged release - any way we could get a v0.8.2 tag? ๐Ÿ˜„

Looks like it would be v0.9.0; from the v0.8.1 release notes;

pkg/errors 0.8.1 is a bug fix release for errors 0.8.0. It will be the last version to support Go 1.8 and below. pkg/errors 0.9 and above will require Go 1.9 for the new runtime.CallersFrames API.

With the latest changes to support go 1.13 error chains it would be really good to get a release with this in it!

7f95ac1

Yes we're working on it, we want to publish a new release when the library was completely compatible with the new go1.13 errors, we will try that was soon.

That's good to know, thank you!

Seems like 1.13 errors are completely covered now that 49f8f61 is in master

The new release is finally here: https://github.com/pkg/errors/releases/tag/v0.9.0

Thank you, you wonderful folk!