From 2334e8912b5e168878bcbf74ad1610d239be70bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:21:16 +0000 Subject: [PATCH] chore: release v0.6.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6548fe7..2d92906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0](https://github.com/mufeedali/flatplay/compare/v0.5.0...v0.6.0) - 2026-03-19 + +### Added + +- Better dialog handling +- [**breaking**] Several significant changes and fixes +- Add ext dependency checks + +### Fixed + +- Fix lock handling issues +- Fix unnecessary state file creation + +### Other + +- Improve error handling, refactor manifest validation and hashing +- *(deps)* update deps +- *(deps)* update deps +- *(deps)* update deps +- *(deps)* update deps +- *(deps)* update deps + ## [0.5.0](https://github.com/mufeedali/flatplay/compare/v0.4.2...v0.5.0) - 2025-12-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index edca76e..0c4ff95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "flatplay" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 849eda9..7f40c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatplay" -version = "0.5.0" +version = "0.6.0" authors = ["Mufeed Ali "] description = "Simple CLI tool to build and run Flatpak applications." readme = "README.md"