From e38d3b561007417aa007578e56f3d4934964cdc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 14:14:16 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0477999..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc87eb..9fcb042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/Project-Colony/Grape/compare/v0.3.2...v0.4.0) (2026-09-19) + + +### Features + +* **media:** integrate native Linux and Windows controls ([#24](https://github.com/Project-Colony/Grape/issues/24)) ([e4c6af5](https://github.com/Project-Colony/Grape/commit/e4c6af574f4dec1555d3ff449204431c589222fd)) + ## [0.3.2](https://github.com/Project-Colony/Grape/compare/v0.3.1...v0.3.2) (2026-09-02) diff --git a/Cargo.lock b/Cargo.lock index 7f475ad..76c553a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1825,7 +1825,7 @@ dependencies = [ [[package]] name = "grape" -version = "0.3.2" +version = "0.4.0" dependencies = [ "biquad", "colony-ui", diff --git a/Cargo.toml b/Cargo.toml index cbea66f..202d278 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grape" -version = "0.3.2" +version = "0.4.0" edition = "2021" license = "GPL-3.0-or-later" description = "Desktop music player for a local library: scan, browse, play"