- Update to 0.19.0:

* Breaking change: refactor: remove unused type generic 9b13d41
  * Breaking change: fix: update pyo3 test ff10e81
  * fix: fix parallel thread output be230ca

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=20
This commit is contained in:
2024-02-15 08:08:23 +00:00
committed by Git OBS Bridge
parent 2ed74cd4ff
commit 561afb8bc6
6 changed files with 15 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.18.1</param>
<param name="revision">0.19.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>