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"