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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [0.2.4] - 2026-05-08

### Changed

- Crates.io description and keywords broadened to cover the three pillars of
Cycles' runtime authority: spend, risky tool actions, and audit gaps. Prior
framing ("budget-management protocol — deterministic spend control") only
surfaced the spend dimension and missed search-intent traffic for action
control and audit-trail use cases.
- Keyword set updated from `["cycles", "budget", "llm", "ai-agents",
"cost-control"]` to `["ai-agents", "llm", "budget", "governance",
"audit-log"]`. Same five-keyword cap, broader coverage.
- `README.md` opening reorganized around the three pillars (spend / risky
actions / audit gaps), each with a one-line concrete affordance, instead
of leading with budget enforcement only.

No behavioral changes. API surface, wire protocol, and conformance audit
results are identical to 0.2.3.

## [0.2.3] - 2026-04-10

### Fixed
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 = "runcycles"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
rust-version = "1.88"
license = "Apache-2.0"
Expand Down
Loading