From 627de3a00ddd9773e974eb93c98a547dcfa720b0 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 23:41:03 +0000 Subject: [PATCH] chore: release v0.2.7 Co-Authored-By: Sachin Iyer --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 462c7f4..17d3a06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,7 +654,7 @@ dependencies = [ [[package]] name = "detail-cli" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "axoupdater", diff --git a/Cargo.toml b/Cargo.toml index 8e97f17..78ffdf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "xtask"] [package] name = "detail-cli" -version = "0.2.6" +version = "0.2.7" edition = "2021" authors = ["Detail Team "] license = "MIT"