diff --git a/CHANGELOG.md b/CHANGELOG.md index 38794cf..7c6e534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.7](https://github.com/timvw/qv/compare/v0.9.6...v0.9.7) - 2025-01-06 + +### Fixed + +- *(deps)* update rust crate clap to 4.5.4 (#119) +- *(deps)* update rust crate chrono to 0.4.38 (#118) +- *(deps)* update rust crate aws-config to 1.2.1 (#117) +- *(deps)* update rust crate aws-sdk-glue to 1.27 (#115) +- *(deps)* update rust crate aws-sdk-glue to 1.26 (#113) +- *(deps)* update aws-sdk-rust monorepo (#112) +- *(deps)* update rust crate aws-sdk-glue to 1.24 (#111) +- *(deps)* update rust crate aws-sdk-glue to 1.23 + +### Other + +- *(deps)* update rust docker tag to v1.83 (#126) +- make it work with our custom/patched version +- clippy +- fmt +- upgrade to latest versions +- *(deps)* update rust crate assert_cmd to 2.0.14 (#116) + ## [0.9.6](https://github.com/timvw/qv/compare/v0.9.5...v0.9.6) - 2024-03-30 ### Other diff --git a/Cargo.toml b/Cargo.toml index ad55070..89543d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qv" description = "quickly view your data" -version = "0.9.6" +version = "0.9.7" edition = "2021" homepage = "https://github.com/timvw/qv" repository = "https://github.com/timvw/qv"