- Update to 0.15.1:

* feat: support mutliple rules in -r and --inline-rules #786
  * refactor: unify run_worker and run_std_in #785
  * Breaking change: feat: --stdin now always awaits user input #791
  * feat: support --inline-rules option for sg scan #396
  * refactor: separate PathWorker and StdInWorker and Worker ef3d8ad
  * test: add test cases for sg scan ed35c71
  * fix: revert github action a2f22d8

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=5
This commit is contained in:
2023-12-18 08:01:16 +00:00
committed by Git OBS Bridge
parent 8cafba3700
commit 491e5eae7b
6 changed files with 19 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">0.15.0</param>
<param name="revision">0.15.1</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>