This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
v0.4.1
v0.4.1 is a hotfix release that addresses a significant omission in v0.4.0: per-project pruning rules in Gopkg.toml
were not respected.
In the interest of causing minimal disruption to existing CI infrastructure, this release also restores the original behavior of dep prune
. The command is hidden, and the old behavior is still (even without the aforementioned bugfix) inferior to the new, dep ensure
-integrated pruning behavior in every way.
However, existing scripts based on dep prune
will continue to work using the old behavior, giving users an opportunity to update their scripts without causing undue pain in the process. Note that a future release of dep will remove dep prune
entirely, so fix your stuff now 😄