Release 0.9.8
Some checks are pending
CI / semgrep (push) Waiting to run

This commit is contained in:
iamtoruk 2026-05-10 17:09:16 -07:00
parent 02f4635cec
commit d9acd8c4cd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## 0.9.8 - 2026-05-10
### Added (CLI)
- **Multiple Claude config directories.** Set `CLAUDE_CONFIG_DIRS` to an

View file

@ -1,6 +1,6 @@
{
"name": "codeburn",
"version": "0.9.7",
"version": "0.9.8",
"description": "See where your AI coding tokens go - by task, tool, model, and project",
"type": "module",
"main": "./dist/cli.js",