Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.

Commit c5c7d5b

Browse files
committed
chore: release v0.17.0
1 parent 524e2ea commit c5c7d5b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ aur spawn tasks.md --verbose
254254
```bash
255255
aur friction ~/.claude/projects
256256
Per-Project:
257-
aurora 56% BAD (40/72) median: 16.0 🔴
258-
mcp-gov 40% BAD (2/5) median: 0.5 🟡
259-
liteagents 0% BAD (0/1) median: 0.0 ✅
257+
my-app 56% BAD (40/72) median: 16.0 🔴
258+
api-service 40% BAD (2/5) median: 0.5 🟡
259+
web-client 0% BAD (0/1) median: 0.0 ✅
260260

261261
Session Extremes:
262262
WORST: aurora/0203-1630-11eb903a peak=225 turns=127

packages/cli/src/aurora_cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
console = Console()
3232
logger = logging.getLogger(__name__)
3333

34-
AURORA_VERSION = "0.16.0"
34+
AURORA_VERSION = "0.17.0"
3535

3636

3737
def _version_callback(ctx: click.Context, param: click.Parameter, value: bool) -> None:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "aurora-actr"
7-
version = "0.16.0"
7+
version = "0.17.0"
88
description = "AURORA: Adaptive Unified Reasoning and Orchestration Architecture with MCP Integration"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)