From cba2c57333f278433948a607bfdbc55085e59f6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 15:11:16 +0000 Subject: [PATCH] chore: release v0.8.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f414f1..f155ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0](https://github.com/mufeedali/flatplay/compare/v0.7.0...v0.8.0) - 2026-06-14 + +### Added + +- [**breaking**] archive support, some refactoring + +### Other + +- *(deps)* bump serde_json from 1.0.149 to 1.0.150 ([#77](https://github.com/mufeedali/flatplay/pull/77)) +- *(deps)* bump serde-saphyr from 0.0.26 to 0.0.27 ([#78](https://github.com/mufeedali/flatplay/pull/78)) +- *(deps)* bump tar from 0.4.45 to 0.4.46 ([#76](https://github.com/mufeedali/flatplay/pull/76)) + ## [0.7.0](https://github.com/mufeedali/flatplay/compare/v0.6.0...v0.7.0) - 2026-05-12 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index a7ce468..35d21a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "flatplay" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index cdb4d8d..d74df1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatplay" -version = "0.7.0" +version = "0.8.0" authors = ["Mufeed Ali "] description = "Simple CLI tool to build and run Flatpak applications." readme = "README.md"