diff --git a/_service b/_service index 0b6e4d1..165e7e9 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/ast-grep/ast-grep.git @PARENT_TAG@+@TAG_OFFSET@ git - 0.14.4 + 0.15.0 * v(\d+\.\d+\.\d+) \1 @@ -19,4 +19,7 @@ zst true + + ast-grep + diff --git a/ast-grep-0.14.4+0.tar.zst b/ast-grep-0.14.4+0.tar.zst deleted file mode 100644 index 1272659..0000000 --- a/ast-grep-0.14.4+0.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9b254c541d21aa9d5ae8ca68ba004ca3a2b1ce2668bf92e8aada8b723a0c5ff -size 651592 diff --git a/ast-grep-0.15.0+0.tar.zst b/ast-grep-0.15.0+0.tar.zst new file mode 100644 index 0000000..03af9d8 --- /dev/null +++ b/ast-grep-0.15.0+0.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c509e43fd8fb5a15bae14e9914074215ecc4ea40e3f7dcb902e81b68dddcb65 +size 652158 diff --git a/ast-grep.changes b/ast-grep.changes index 28ba587..d2554b2 100644 --- a/ast-grep.changes +++ b/ast-grep.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 16 11:37:22 UTC 2023 - Michael Vetter + +- Update to 0.15.0: + * Breaking change: feat: reduce metavar_env string allocation e1ab015 + * Breaking change: fix: remove pattern as replacer f6e4293 + * Breaking change: feat: better metavar detection e1ab18a + ------------------------------------------------------------------- Tue Dec 12 08:11:43 UTC 2023 - Michael Vetter diff --git a/ast-grep.spec b/ast-grep.spec index c3dbdf7..0cafd11 100644 --- a/ast-grep.spec +++ b/ast-grep.spec @@ -15,12 +15,13 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: ast-grep -Version: 0.14.4+0 +Version: 0.15.0+0 Release: 0 Summary: A CLI tool for code structural search, lint and rewriting License: MIT -Url: https://ast-grep.github.io/ +URL: https://ast-grep.github.io/ Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst Source2: cargo_config @@ -40,7 +41,7 @@ install -D -m 644 %{SOURCE2} .cargo/config %install install -D -d -m 0755 %{buildroot}%{_bindir} install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{name} %{buildroot}%{_bindir}/%{name} - + %files %{_bindir}/%{name} diff --git a/vendor.tar.zst b/vendor.tar.zst index 5afc0db..a269066 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:343c2d9ca506396034fff001d4dc209ba9b82de73e56edcccce1c6d4165d1072 -size 25791438 +oid sha256:74244264c4b5005fdfbe90c2c313c91c4df647604a0b552abac50a23e406f459 +size 25793424