From d90c0059ffa12e4f422dd7f049b8d798a11f2c60 Mon Sep 17 00:00:00 2001 From: Prom3theu5 Date: Mon, 1 Jun 2026 21:44:59 +0100 Subject: [PATCH] chore: bump version to 0.1.3 The Qodo code-review fixes (#3) landed on main after the v0.1.2 tag without a version bump. Bump to 0.1.3 so the next release carries them. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e360f2..f9f49a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "synapse" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "blake3", diff --git a/Cargo.toml b/Cargo.toml index b6245c5..112da6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "synapse" -version = "0.1.2" +version = "0.1.3" edition = "2024" [[bin]]