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 }