Skip to content

Releases: uber-go/gopatch

v0.4.0

03 Apr 07:40
733c573
Compare
Choose a tag to compare

v0.3.0

14 Jul 21:41
50cb244
Compare
Choose a tag to compare
v0.3.0

v0.2.0

04 Apr 00:51
f4ee858
Compare
Choose a tag to compare
v0.2.0

v0.1.1

26 Jul 16:49
c892b4c
Compare
Choose a tag to compare

Fixed

  • (#54) Preserve top-level comments in files when updating imports.
  • Parse generics syntax introduced in Go 1.18.

Thanks to @breml for their contribution to this release.

v0.1.0

20 Aug 00:07
a30ab8c
Compare
Choose a tag to compare

0.1.0 - 2021-08-19

Starting this release, we will include pre-built binaries of gopatch for
different systems.

Added

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.