From 977bf5fa8b2c642bc192824312c9519749a1cac7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 14:15:09 +0000 Subject: [PATCH] chore: release v0.6.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6548fe7..ab4ee0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ 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-02-15 + +### Added + +- Better dialog handling +- [**breaking**] Several significant changes and fixes +- Add ext dependency checks + +### Fixed + +- 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 8c60c58..84e4361 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ dependencies = [ [[package]] name = "flatplay" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index fe3d742..a4eaa77 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"