From 68bec5947968a4b1ae52b1196780a40979ce550c Mon Sep 17 00:00:00 2001 From: "Matheus T. dos Santos" Date: Thu, 30 Jul 2026 09:58:21 -0300 Subject: [PATCH] build: bump version to 0.6.0 Signed-off-by: Matheus T. dos Santos --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 842a728..e21bc41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2406,7 +2406,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "scope-monitor" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index ca8c587..2d4262c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "scope-monitor" description = "A multi-platform serial monitor with user-extensible features" authors = ["Matheus T. dos Santos "] -version = "0.5.1" +version = "0.6.0" edition = "2024" rust-version = "1.92.0" license = "MIT OR Apache-2.0"