Skip to content

Commit 2e65828

Browse files
chore(release): bump version to 0.8.0
v0.8.0 Release - Budget Tracking & Quota Management All 6 phases completed: ✅ Phase 1: BudgetConfig structure (30 min) ✅ Phase 2: Core quota logic (45 min) ✅ Phase 3: DataStore integration (20 min) ✅ Phase 4: TUI Costs tab gauge (30 min) ✅ Phase 5: Web Costs page section (30 min) ✅ Phase 6: Tests + docs (15 min) Features: - MTD cost calculation with token-based prorata - Monthly projection with simple daily average - 4-level alert system (Safe/Warning/Critical/Exceeded) - TUI quota gauge with color-coded progress bar - Web quota section with REST API endpoint - Full test coverage (344 passed) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent c0991dc commit 2e65828

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.7.1"
6+
version = "0.8.0"
77
edition = "2021"
88
rust-version = "1.85"
99
license = "MIT OR Apache-2.0"
@@ -85,9 +85,9 @@ arboard = "3"
8585
comfy-table = "7"
8686

8787
# Internal crates
88-
ccboard-core = { version = "0.7.1", path = "crates/ccboard-core" }
89-
ccboard-tui = { version = "0.7.1", path = "crates/ccboard-tui" }
90-
ccboard-web = { version = "0.7.1", path = "crates/ccboard-web" }
88+
ccboard-core = { version = "0.8.0", path = "crates/ccboard-core" }
89+
ccboard-tui = { version = "0.8.0", path = "crates/ccboard-tui" }
90+
ccboard-web = { version = "0.8.0", path = "crates/ccboard-web" }
9191

9292
[profile.release]
9393
opt-level = "z" # Optimize for size (critical for WASM bundle)

0 commit comments

Comments
 (0)