Releases: gobuffalo/here
Releases · gobuffalo/here
v0.6.7
What's Changed
- updated module dependencies and moved position of var by @sio4 in #13
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- replaced test action with starter/reusable workflow by @sio4 in #12
- fill importpath from mod info by @sio4 in #11
Full Changelog: v0.6.5...v0.6.6
v0.6.5
Changelog
409619a fix: update goreleaser config
v0.6.4
fix: update go version for goreleaser to 1.17
v0.6.3
Updated module dependencies and fixed package test (#9)
As a part of gobuffalo/buffalo#2152, updated dependencies.
Just included two orthogonal changes in a single PR since they are not a great deal.
* Updated dependencies to a recent version of modules. mainly for testify.
* Fixed test case for Package(). go 1.16 changed its behavior when running go list ... and does not automatically add the given package anymore.
v0.6.2
Changelog
eef370d release with go 1.14
v0.6.1
Changelog
b95563a Merge pull request #7 from gobuffalo/error-wrapping
v0.6.0
Changelog
3546a4d Merge pull request #5 from gobuffalo/paths
v0.5.1
Changelog
b2f97e9 Merge pull request #4 from gobuffalo/handle-non-go-dirs-better
2535a34 handle non-go directories better