From 06a1f6ca0736cfa5ad6b0cd0c6908a87d6e7208c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 16:29:39 +0000 Subject: [PATCH] diffsitter: Update to version 0.9.0 --- bucket/diffsitter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/diffsitter.json b/bucket/diffsitter.json index a918358ee4..7ea6d001f9 100644 --- a/bucket/diffsitter.json +++ b/bucket/diffsitter.json @@ -1,16 +1,16 @@ { - "version": "0.8.4", + "version": "0.9.0", "description": "A tree-sitter based AST difftool to get meaningful semantic diffs", "homepage": "https://github.com/afnanenayet/diffsitter", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.4/diffsitter-x86_64-pc-windows-msvc.zip", - "hash": "605f42021b620468d8a6b11cb5284c8db55c9dff49a258cc7887b14a6f920332" + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.9.0/diffsitter-x86_64-pc-windows-msvc.zip", + "hash": "782662a3a668a80a30a11789403c0647365213a7723b4fac59896592afa4223f" }, "arm64": { - "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.4/diffsitter-aarch64-pc-windows-msvc.zip", - "hash": "6530c760a17dfba900393a6fa602ff83a36fe33016014801b4e3a4fef78f4079" + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.9.0/diffsitter-aarch64-pc-windows-msvc.zip", + "hash": "8eff9c84f478bcb21c46c22d68dd7510a7c4f9def53808e357f1109bd0e13b23" } }, "bin": "diffsitter.exe",