From 6c4b9eef7328ee3703d19e88b1ff78ce30cc8f85 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:16:25 +0000 Subject: [PATCH] chore(main): release 0.10.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d7d04..a168f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/Project-Colony/Colony/compare/v0.10.1...v0.10.2) (2026-09-02) + + +### Bug Fixes + +* **ui:** make the selected settings category legible ([#78](https://github.com/Project-Colony/Colony/issues/78)) ([ba70cc0](https://github.com/Project-Colony/Colony/commit/ba70cc0f7b77b60ea95a2874360a5f1545952c77)) + ## [0.10.1](https://github.com/Project-Colony/Colony/compare/v0.10.0...v0.10.1) (2026-08-27) diff --git a/Cargo.lock b/Cargo.lock index 68d060d..cc450ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "colony" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "base64 0.23.1", diff --git a/Cargo.toml b/Cargo.toml index 307c375..f799107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colony" -version = "0.10.1" +version = "0.10.2" edition = "2021" license = "GPL-3.0-or-later" # The real floor, and it is enforced by CI (see .github/workflows/ci.yml).