Skip to content

0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 16:25

Changed

  • If neither --in-place/-i or --output-directory/-o are specified on the command line, a
    warning will be printed (#134)

    The anonymization will proceed as if --in-place/-i were specified.
    A future release will require that one of the options be specified.

New

  • --in-place/-i flag added to explicitly specify in place editing of source files (#134)

    It's an error to specify both --in-place/-i and --output-directory/-o.