Skip to content

srgn: v0.14.0

Latest
Compare
Choose a tag to compare
@alexpovel-ci-machine alexpovel-ci-machine released this 23 Jun 21:03

0.14.0 (2025-06-23)

⚠ BREAKING CHANGES

  • cli: Replacement action argument forced last - see also #149 . srgn now needs to be invoked as srgn 'A B' (one positional argument) to search for the string A B, or srgn A -- B (two positional arguments - separated) to replace A with B -- an invocation of srgn A B (two positional arguments) is now an error, as it was too error-prone and accidentally destructive. See the updated README documentation for how this works.

Features

  • cli: stdin-detection option (509b0a2)
  • cli: Parseable output format (with auto-detection) (1d64ef2)
  • cli: Replacement action argument forced last (11921e6)