From e05458d177ef9db6449c33f7c0c213cedebbabe6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 17:41:35 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c72e9d..38794cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.6](https://github.com/timvw/qv/compare/v0.9.5...v0.9.6) - 2024-03-30 + +### Other +- Merge branch 'main' into ci/attempt-to-build-binaries +- attempt to build binaries on release + ## [0.9.5](https://github.com/timvw/qv/compare/v0.9.4...v0.9.5) - 2024-03-30 ### Added diff --git a/Cargo.toml b/Cargo.toml index 1b3001e..9d103bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qv" description = "quickly view your data" -version = "0.9.5" +version = "0.9.6" edition = "2021" homepage = "https://github.com/timvw/qv" repository = "https://github.com/timvw/qv"