Releases: uber-go/gopatch
Releases · uber-go/gopatch
v0.4.0
v0.3.0
v0.3.0
v0.2.0
v0.2.0
v0.1.1
v0.1.0
0.1.0 - 2021-08-19
Starting this release, we will include pre-built binaries of gopatch for
different systems.
Added
- (#7): Add support for verbose logging with a
-v
flag. - Add introductory documentation and patch guide.
Changed
- Only the
--version
flag now prints the version number. The-v
is used for
verbose logging instead.
Fixed
- (#2): Patches with named imports now support matching and manipulating any
import. - Fix issue where rewrites of unnamed imports would end up with duplicate
entries.