From 101fefb6e3532c445ba16005f745319642d7905c Mon Sep 17 00:00:00 2001 From: Prom3theu5 Date: Tue, 2 Jun 2026 11:52:18 +0100 Subject: [PATCH] chore: bump version to 0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releases the indexing progress-bar fix (PR #9) — live parse bar and per-file resolve-phase counters. No code change beyond the version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4937680..9bf534f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "synapse" -version = "0.2.1" +version = "0.2.2" edition = "2024" [[bin]]