- Update to 0.20.2:

* feat: make test --update-all not report error #771
  * fix: fix update cases f8132a4
  * refactor: less indentation for interactive reporter 203bd35
  * feat: improve accept 441a548

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=32
This commit is contained in:
2024-03-28 07:27:14 +00:00
committed by Git OBS Bridge
parent 797c0e938f
commit 20e797b171
6 changed files with 16 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.20.1</param>
<param name="revision">0.20.2</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>