diff --git a/CHANGELOG.md b/CHANGELOG.md index 169b905..7565a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.7.2 (2026-06-19) + +### Fix + +- usql version upgrade + ## v0.7.1 (2026-06-19) ### Fix diff --git a/Cargo.lock b/Cargo.lock index 412efc7..c1d514a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1402,7 +1402,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "coyote-ai" -version = "0.7.1" +version = "0.7.2" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4b887fb..48ee79b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coyote-ai" -version = "0.7.1" +version = "0.7.2" edition = "2024" authors = ["Alex Clarke "] description = "An all-in-one, batteries included LLM CLI Tool"