- 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:
parent
8cafba3700
commit
491e5eae7b
2
_service
2
_service
@ -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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c509e43fd8fb5a15bae14e9914074215ecc4ea40e3f7dcb902e81b68dddcb65
|
||||
size 652158
|
3
ast-grep-0.15.1+0.tar.zst
Normal file
3
ast-grep-0.15.1+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d07a571aba960b00acd669f28b3623067f639aadc9515830e3eaf0db2d7d2ea
|
||||
size 653075
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 07:57:39 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 11:37:22 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.15.0+0
|
||||
Version: 0.15.1+0
|
||||
Release: 0
|
||||
Summary: A CLI tool for code structural search, lint and rewriting
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74244264c4b5005fdfbe90c2c313c91c4df647604a0b552abac50a23e406f459
|
||||
size 25793424
|
||||
oid sha256:36820940c6630cf3dd50df7be4b9660de498e196ca34044adeb633f1d66acd15
|
||||
size 25792137
|
||||
|
Loading…
x
Reference in New Issue
Block a user