Releases: sourcegraph/go-diff
Releases · sourcegraph/go-diff
v0.6.0: removing protobuf files
This release bumps the minor version since we have removed the protobuf generated structs, and have instead replaced them with plain go structs. We bumped minor versions since this removed all the protobuf related methods on the generated structs, as well as moving to *time.Time
instead of pbtypes.Timestamp
.
New since v0.5.3:
Basic binary file diff support
v0.5.3 Add basic support for binary diffs (#46)
v0.5.2
v0.5.0: Merge pull request #22 from dmitris/gomod
add go.mod files, set GO111MODULE=on in Travis build