From ae999eb6a371b3712b2ff98c53a827a662243aa9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:59:39 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc420b0..191fb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.9.0](https://github.com/Project-Colony/Colony/compare/v0.8.0...v0.9.0) (2026-07-20) + + +### Features + +* signature enforcement, strict ed25519, and self-update TOCTOU fix ([#50](https://github.com/Project-Colony/Colony/issues/50)) ([1f57b45](https://github.com/Project-Colony/Colony/commit/1f57b456ddd39a5b906a70ff1b5a7a0c02cdfb9b)) +* UX polish batch and github.rs facade removal ([#53](https://github.com/Project-Colony/Colony/issues/53)) ([a10f33a](https://github.com/Project-Colony/Colony/commit/a10f33add55a4b0dc2843293de5fd34d5a3d24f9)) + + +### Bug Fixes + +* **ci:** AUR bump compatible with the two-source PKGBUILD (binary + icon) ([#51](https://github.com/Project-Colony/Colony/issues/51)) ([a3a981a](https://github.com/Project-Colony/Colony/commit/a3a981a284e81ff8a2eaeb795106944c5ec99b15)) + ## [0.8.0](https://github.com/Project-Colony/Colony/compare/v0.7.1...v0.8.0) (2026-07-20) diff --git a/Cargo.lock b/Cargo.lock index 319dbb1..0c0a02f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "colony" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 3ed9a2e..9f0d6c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colony" -version = "0.8.0" +version = "0.9.0" edition = "2021" [dependencies]