From 0a812176d78a84b352d44533996f9a9fedaf0cbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:47:51 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .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 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b2673a7..fb5f889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/Project-Colony/Grape/compare/v0.3.0...v0.3.1) (2026-09-02) + + +### Bug Fixes + +* **release:** tell gh which repository, or the release publishes empty ([#18](https://github.com/Project-Colony/Grape/issues/18)) ([48f370e](https://github.com/Project-Colony/Grape/commit/48f370ef8f8223b07e2cc73e65130d6c71e6fe14)) + ## [0.3.0](https://github.com/Project-Colony/Grape/compare/v0.2.2...v0.3.0) (2026-08-31) diff --git a/Cargo.lock b/Cargo.lock index 86902b7..b70cf1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1825,7 +1825,7 @@ dependencies = [ [[package]] name = "grape" -version = "0.3.0" +version = "0.3.1" dependencies = [ "biquad", "colony-ui", diff --git a/Cargo.toml b/Cargo.toml index 8fd3198..c0fe8ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grape" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "GPL-3.0-or-later" description = "Desktop music player for a local library: scan, browse, play"