From bc11117bfb7ce8ebd7230fc1765a88759cfb5144 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:51:33 +0000 Subject: [PATCH] chore(main): release 0.9.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 494bb7f..a50ced2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.2](https://github.com/Project-Colony/Colony/compare/v0.9.1...v0.9.2) (2026-08-01) + + +### Bug Fixes + +* **ci:** stop leaving stale versions behind in the AUR .SRCINFO ([#62](https://github.com/Project-Colony/Colony/issues/62)) ([798c1dd](https://github.com/Project-Colony/Colony/commit/798c1dd5661187e70949f64691c886ba4c56b2e2)) + ## [0.9.1](https://github.com/Project-Colony/Colony/compare/v0.9.0...v0.9.1) (2026-07-25) diff --git a/Cargo.lock b/Cargo.lock index f367631..f3f85e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "colony" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 51797d9..f453717 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colony" -version = "0.9.1" +version = "0.9.2" edition = "2021" license = "GPL-3.0-or-later" # Enforced floor for the README's "Rust 1.80+" claim (std::sync::LazyLock).