diff --git a/CHANGELOG.md b/CHANGELOG.md index 39747a7..6c72e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.5](https://github.com/timvw/qv/compare/v0.9.4...v0.9.5) - 2024-03-30 + +### Added +- add support for running on gcs +- Add support for gcs back + +### Other +- allow creation of manual run +- one more attempt to trigger builds +- lint +- remove ref to mod +- remove more unused files +- lint +- remove unused files + ## [0.9.4](https://github.com/timvw/qv/compare/v0.9.3...v0.9.4) - 2024-03-30 ### Other diff --git a/Cargo.toml b/Cargo.toml index 4a8e313..1b3001e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qv" description = "quickly view your data" -version = "0.9.4" +version = "0.9.5" edition = "2021" homepage = "https://github.com/timvw/qv" repository = "https://github.com/timvw/qv"