Skip to content

v1.3.1

Compare
Choose a tag to compare
@jhump jhump released this 03 Jul 20:02
· 134 commits to master since this release
5631bba

Changes

Command-line tool

  • This release fixes a bug that required -proto arguments be relative to the current working directory. Releases prior to v1.3.0 allow arguments to instead be relative to a path named by an -import_path argument. Now -proto arguments can be paths that are relative to either an -import_path argument or the current working directory. The import paths will be preferred, earlier arguments taking precedence over later ones, in the event of ambiguity (i.e. if the relative path matches both a file under an import path and a file under the current working directory).