From a481b2767ad4f424544091e8253b1fc05ef8a13f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 10:27:13 +0000 Subject: [PATCH] chore(sql-insight-cli): release v0.4.1 --- Cargo.lock | 2 +- sql-insight-cli/CHANGELOG.md | 6 ++++++ sql-insight-cli/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5415d4..b834c49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,7 +943,7 @@ dependencies = [ [[package]] name = "sql-insight-cli" -version = "0.4.0" +version = "0.4.1" dependencies = [ "assert_cmd", "clap", diff --git a/sql-insight-cli/CHANGELOG.md b/sql-insight-cli/CHANGELOG.md index 1d5b914..4df03f4 100644 --- a/sql-insight-cli/CHANGELOG.md +++ b/sql-insight-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/takaebato/sql-insight/compare/sql-insight-cli-v0.4.0...sql-insight-cli-v0.4.1) - 2026-08-08 + +### Other Changes + +- update Cargo.lock dependencies + ## [0.4.0](https://github.com/takaebato/sql-insight/compare/sql-insight-cli-v0.3.0...sql-insight-cli-v0.4.0) - 2026-07-26 ### ⚠️ Breaking Changes diff --git a/sql-insight-cli/Cargo.toml b/sql-insight-cli/Cargo.toml index d8439ec..401d13d 100644 --- a/sql-insight-cli/Cargo.toml +++ b/sql-insight-cli/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" # Bump the MINOR by hand (pre-1.0 breaking) when the CLI's output *format* changes # — stdout shape or `--format json` structure — vs a value-only change (patch). # Manual: tooling sees the API surface, not output/behaviour. -version = "0.4.0" +version = "0.4.1" edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true }