Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.10.1](https://github.com/Project-Colony/Colony/compare/v0.10.0...v0.10.1) (2026-08-27)


### Bug Fixes

* **release:** give gh the repo, and make a tagged release recoverable ([#71](https://github.com/Project-Colony/Colony/issues/71)) ([836f2e2](https://github.com/Project-Colony/Colony/commit/836f2e2e4884c846d287a956badfb4d82ec0597d))
* **release:** let a recovery dispatch actually reach the build ([#73](https://github.com/Project-Colony/Colony/issues/73)) ([5e6b9ba](https://github.com/Project-Colony/Colony/commit/5e6b9ba62fb853012efe5d495b0d313bd5b2a550))
* **release:** suppress the implicit success() that kept skipping the build ([#74](https://github.com/Project-Colony/Colony/issues/74)) ([919500c](https://github.com/Project-Colony/Colony/commit/919500cfe93e35da2f1ea7714f57d20d59f5acb5))
* **release:** upload with gh, not an action that insists on managing the draft ([#75](https://github.com/Project-Colony/Colony/issues/75)) ([d93b770](https://github.com/Project-Colony/Colony/commit/d93b77096d2122cbaeece64eceeacf0d8950c2d5))

## [0.10.0](https://github.com/Project-Colony/Colony/compare/v0.9.2...v0.10.0) (2026-08-27)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "colony"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
license = "GPL-3.0-or-later"
# The real floor, and it is enforced by CI (see .github/workflows/ci.yml).
Expand Down
Loading